Add Allusers view
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
from api.presentation.routers import healthcheck_router
|
||||
from api.presentation.routers import healthcheck_router, user_router
|
||||
|
||||
|
||||
def init_routers(app: FastAPI) -> None:
|
||||
app.include_router(user_router)
|
||||
app.include_router(healthcheck_router)
|
||||
|
Reference in New Issue
Block a user