apps
This commit is contained in:
parent
11ade17b2b
commit
9a56fc84cc
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ from api.v1.routers import health,apps
|
|||
def get_api():
|
||||
api_router = APIRouter()
|
||||
api_router.include_router(health.router)
|
||||
api_router.include_router(apps.router, prefix="/apps")
|
||||
api_router.include_router(apps.router)
|
||||
return api_router
|
||||
|
|
Loading…
Add table
Reference in a new issue