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

This commit is contained in:
2025-10-25 15:36:03 -04:00
parent 228053a573
commit 4713bf5ed1
3 changed files with 33 additions and 40 deletions
+2 -2
View File
@@ -84,6 +84,7 @@ class SimpleAuthMiddleware(BaseHTTPMiddleware):
"/static/", # Static files (CSS, JS)
"/api/movies", # Web API endpoints
"/api/series",
"/api/episodes",
"/api/dashboard"
]
@@ -98,8 +99,7 @@ class SimpleAuthMiddleware(BaseHTTPMiddleware):
"/manual/", # Manual scan endpoints (API access)
"/debug/", # Debug endpoints (API access)
"/test/", # Test endpoints (API access)
"/bulk/", # Bulk operation endpoints (API access)
"/api/episodes" # Temporary: Make episode endpoints public for testing
"/bulk/" # Bulk operation endpoints (API access)
]
async def dispatch(self, request: Request, call_next):
+1 -1
View File
@@ -457,6 +457,6 @@
<!-- Toast Notifications -->
<div class="toast-container" id="toast-container"></div>
<script src="/static/js/app.js?v=2.8.2-20241025-fix4"></script>
<script src="/static/js/app.js?v=2.8.2-20241025-final"></script>
</body>
</html>