4 lines
105 B
Python
4 lines
105 B
Python
"""Auth by apikey endpoint."""
|
|
from stream_fusion.web.api.auth.views import router
|
|
|
|
__all__ = ["router"]
|