Generacion de estructura ddd para backend

feat: Refactor API structure by consolidating endpoints and removing deprecated files
This commit is contained in:
2025-06-16 22:22:41 +02:00
parent 43f6fb03fe
commit 9c638fc3e5
10 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
from fastapi import FastAPI
from fastapi.middleware.cors import CORSMiddleware
from backend.api.v1.router import router
from backend.router_v1 import router
app = FastAPI(
title="Fitz Backend",