Skip to content

Commit af6a27b

Browse files
committed
chore: use a more readable option for bapi proxy methods
1 parent ca7a8be commit af6a27b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/backend/src/api/factory.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export function createBackendApiClient(options: CreateBackendApiOptions) {
6868
buildRequest({
6969
...options,
7070
skipApiVersionInUrl: true,
71+
requireSecretKey: false,
7172
}),
7273
),
7374
oauthApplications: new OAuthApplicationsApi(request),

0 commit comments

Comments
 (0)