Skip to content

Commit 7a1e123

Browse files
authored
fix(worker): allowlist admin api routes (#226)
1 parent 3dfd82f commit 7a1e123

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/worker/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export default instrument(
149149
url.pathname.startsWith("/api/ai-gateway") ||
150150
url.pathname.startsWith("/api/tools") ||
151151
url.pathname.startsWith("/api/onboarding") ||
152+
url.pathname.startsWith("/api/admin") ||
152153
url.host.endsWith(".blink.host") ||
153154
url.pathname.startsWith("/api/otlp")
154155
) {

0 commit comments

Comments
 (0)