We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee181fa commit b826b63Copy full SHA for b826b63
src/infra/auth/AuthHandler.ts
@@ -14,7 +14,8 @@ export class ExpressAuthHandler implements AuthHandler {
14
{ method: 'POST', path: '/login' },
15
{ method: 'GET', path: '/image' },
16
{ method: 'GET', path: '/images' },
17
- { method: 'GET', path: '/image/banner' }
+ { method: 'GET', path: '/image/banner' },
18
+ { method: 'GET', path: '/image/filters' }
19
]
20
21
@inject('tokenAuthentication')
0 commit comments