feat: Support page with budget transparency (replaces About)

This commit is contained in:
Davide Scaini
2026-06-03 10:34:18 +02:00
parent b781193d44
commit fa14d91359
5 changed files with 827 additions and 254 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ app.add_middleware(
CORSMiddleware,
allow_origin_regex=r"https?://localhost(:\d+)?|https://[a-z0-9-]+\.bincio\.org",
allow_credentials=True,
allow_methods=["GET", "POST", "DELETE"],
allow_methods=["GET", "POST", "PATCH", "DELETE"],
allow_headers=["Content-Type"],
)