Skip to content

Commit b826b63

Browse files
committed
feat: bypass auth image filter route
1 parent ee181fa commit b826b63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/infra/auth/AuthHandler.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ export class ExpressAuthHandler implements AuthHandler {
1414
{ method: 'POST', path: '/login' },
1515
{ method: 'GET', path: '/image' },
1616
{ method: 'GET', path: '/images' },
17-
{ method: 'GET', path: '/image/banner' }
17+
{ method: 'GET', path: '/image/banner' },
18+
{ method: 'GET', path: '/image/filters' }
1819
]
1920

2021
@inject('tokenAuthentication')

0 commit comments

Comments
 (0)