fixes: web and build
Local Docker Build (Dev) / build-dev (push) Successful in 4s

This commit is contained in:
2025-10-22 14:27:02 -04:00
parent c2d796dbd9
commit ddd26d311b
4 changed files with 24 additions and 2 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ def main():
# Add authentication middleware if enabled
if auth_enabled:
app.add_middleware(SimpleAuthMiddleware, dependencies=dependencies)
app.add_middleware(SimpleAuthMiddleware, config=config)
print("🔐 Authentication middleware added to web interface")
# Register web routes