WIP: initial fastapi endpoint implementation

Client endpoint - GET & POST implemented
This commit is contained in:
2025-06-08 23:17:58 +02:00
parent aa64491313
commit e60489715a
25 changed files with 207 additions and 88 deletions
+11
View File
@@ -0,0 +1,11 @@
"""
API Home
"""
from fastapi import APIRouter
from app.core.config import settings
api_router = APIRouter()
#if settings.environment == "local":
# api_router.include_router()