diff --git a/frontend/middleware.ts b/frontend/middleware.ts index e6545e33..e9028688 100644 --- a/frontend/middleware.ts +++ b/frontend/middleware.ts @@ -40,6 +40,7 @@ function isPublicApi(pathname: string) { pathname === "/api/vitals" || /^\/api\/city\/[^/]+$/i.test(pathname) || /^\/api\/city\/[^/]+\/summary$/i.test(pathname) || + /^\/api\/city\/[^/]+\/detail$/i.test(pathname) || /^\/api\/city\/[^/]+\/market-scan$/i.test(pathname) ); }