Skip to content

Commit 10e8869

Browse files
authored
[core] exclude /jobs from global swagger basic auth (#1981) (fix #1679)
1 parent 554d2bc commit 10e8869

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/core/SwaggerConfiguratorCore.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ export class SwaggerConfiguratorCore {
195195
'/ping',
196196
'/ws',
197197
'/webhooks/',
198+
'/jobs',
199+
'/jobs/',
198200
...config.getExcludedFullPaths(),
199201
]);
200202

0 commit comments

Comments
 (0)