diff --git a/src/app/services/auth.interceptor.ts b/src/app/services/auth.interceptor.ts index 4759842..8786877 100644 --- a/src/app/services/auth.interceptor.ts +++ b/src/app/services/auth.interceptor.ts @@ -9,7 +9,8 @@ export const authInterceptor: HttpInterceptorFn = (req, next) => { req.url.includes('/api/account/official-bots') || req.url.includes('/api/board/game') || req.url.includes('/api/challenge') || - req.url.includes('/api/tournament'); + req.url.includes('/api/tournament') || + req.url.includes('/api/bots'); if (token && isProtectedEndpoint && !req.headers.has('Authorization')) { req = req.clone({