fix 401 loop hell
This commit is contained in:
@@ -30,7 +30,7 @@ export class ApiConfigService {
|
||||
* Get specific API endpoints
|
||||
*/
|
||||
get authUrl(): string {
|
||||
return this.getApiUrl('Auth');
|
||||
return this.getApiUrl('auth');
|
||||
}
|
||||
|
||||
get tokenUrl(): string {
|
||||
|
||||
Reference in New Issue
Block a user