fix/merge-testing-to-main #4

Merged
anti merged 138 commits from fix/merge-testing-to-main into main 2026-04-12 10:10:19 +02:00
Showing only changes of commit cea6279a08 - Show all commits

View File

@@ -54,7 +54,7 @@ app.add_middleware(
allow_origins=DECNET_CORS_ORIGINS,
allow_credentials=False,
allow_methods=["GET", "POST", "PUT", "DELETE", "OPTIONS"],
allow_headers=["Authorization", "Content-Type"],
allow_headers=["Authorization", "Content-Type", "Last-Event-ID"],
)
# Include the modular API router