diff --git a/backend/src/middleware/main.ts b/backend/src/middleware/main.ts index cfed1f5..6ebf5d2 100644 --- a/backend/src/middleware/main.ts +++ b/backend/src/middleware/main.ts @@ -51,6 +51,7 @@ export async function main(context: EventContext) { url.pathname === '/oauth/authorize' || // Cloudflare Access runs on /oauth/authorize url.pathname === '/api/v1/instance' || url.pathname === '/api/v2/instance' || + url.pathname === '/api/v1/instance/peers' || url.pathname === '/api/v1/apps' || url.pathname === '/api/v1/timelines/public' || url.pathname === '/api/v1/custom_emojis' ||