feat: add /auth/me route
This commit is contained in:
@@ -9,11 +9,9 @@ from src.controller.http.views import views_router
|
||||
|
||||
api_router = APIRouter()
|
||||
|
||||
# Public auth endpoints (no prefix)
|
||||
api_router.include_router(auth_router)
|
||||
|
||||
# API v1 endpoints
|
||||
api_v1_router = APIRouter(prefix='/api/v1')
|
||||
api_v1_router.include_router(auth_router)
|
||||
api_v1_router.include_router(target_channels_router)
|
||||
api_v1_router.include_router(external_channels_router)
|
||||
api_v1_router.include_router(creatives_router)
|
||||
|
||||
Reference in New Issue
Block a user