crud tests ready

This commit is contained in:
msramalho
2024-10-20 18:12:48 +01:00
parent 0486f0d9ef
commit 45d76e6db8
11 changed files with 427 additions and 29 deletions

View File

@@ -27,8 +27,6 @@ from endpoints import default_router, url_router, sheet_router, task_router, int
def app_factory(settings = Settings()):
app = FastAPI(
title="Auto-Archiver API",
description=API_DESCRIPTION,