This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user