Skip to content

Commit d0468d7

Browse files
committed
fix: make getWebappConfig accessible before authentication (#16477)
1 parent 1772b47 commit d0468d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airbyte-api/server-api/src/main/openapi/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3541,6 +3541,8 @@ paths:
35413541
tags:
35423542
- web_backend
35433543
operationId: getWebappConfig
3544+
# This route is unsecured to be available during initial load of the webapp
3545+
security: []
35443546
responses:
35453547
"200":
35463548
description: Successfully returned webapp configuration.

0 commit comments

Comments
 (0)