fixes: web and build

This commit is contained in:
2025-10-22 14:27:02 -04:00
committed by sbcrumb
parent 78813b9189
commit 66a80992b5
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