chore: initial project scaffolding with fastapi, docker and modular
structure
This commit is contained in:
4
app/api/v1/router.py
Normal file
4
app/api/v1/router.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
api_router = APIRouter()
|
||||
# Qui includi tutti i moduli (scope) che creerai
|
||||
Reference in New Issue
Block a user