feat: implement PolyWeather dashboard core components, state management, and API integration
This commit is contained in:
@@ -54,7 +54,8 @@ function isPublicApi(pathname: string) {
|
||||
pathname === "/api/cities" ||
|
||||
pathname === "/api/vitals" ||
|
||||
/^\/api\/city\/[^/]+$/i.test(pathname) ||
|
||||
/^\/api\/city\/[^/]+\/summary$/i.test(pathname)
|
||||
/^\/api\/city\/[^/]+\/summary$/i.test(pathname) ||
|
||||
/^\/api\/city\/[^/]+\/market-scan$/i.test(pathname)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user