Initial setup of frontend and backend
This commit is contained in:
6
backend/src/app/api/routes.py
Normal file
6
backend/src/app/api/routes.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
from app.api import health
|
||||
|
||||
api_router = APIRouter()
|
||||
api_router.include_router(health.router)
|
||||
Reference in New Issue
Block a user