new shizzle for nizzle

This commit is contained in:
2025-03-12 23:44:29 +01:00
parent 6b72efe9d0
commit c3663e4c6e
19 changed files with 179 additions and 71 deletions

View File

@@ -1,5 +1,5 @@
import { HttpInterceptorFn } from '@angular/common/http';
import { inject } from '@angular/core';
import {HttpInterceptorFn} from '@angular/common/http';
import {inject} from '@angular/core';
import {AuthService} from '../services/auth.service';
const excludedUrls = ['/auth/login'];