3 July 2024

This commit is contained in:
2024-07-03 15:13:02 +02:00
parent 6f10fd8572
commit 8f0134a98f
62 changed files with 1101 additions and 343 deletions

View File

@@ -14,6 +14,7 @@ app.include_router(fileStorage.router)
origins = [
"http://localhost",
"http://localhost:80",
"api",
"*"
]