added edit tasks
Deploy / deploy (push) Successful in 4m5s

This commit is contained in:
twotalesanimation
2026-05-29 09:35:35 +02:00
parent 0723bea4ee
commit 521eb38dcd
3 changed files with 281 additions and 10 deletions
+3
View File
@@ -14,6 +14,9 @@ export default auth((req) => {
// Allow token-gated client API routes (comments, approvals via review token)
if (pathname.startsWith("/api/client/")) return;
// Allow external/scripting API routes (authenticated via API key header)
if (pathname.startsWith("/api/ext/")) return;
// Allow local file serving (needed for video playback in client portal)
if (pathname.startsWith("/api/files/")) return;