allow to alter agenda

This commit is contained in:
Peter Maquiran
2024-06-21 13:45:06 +01:00
parent 9ea120bfcd
commit 3b6da3d2c7
21 changed files with 1058 additions and 237 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export class TokenInterceptor implements HttpInterceptor {
null
);
private excludedDomains = [ 'Login', environment.apiChatUrl]; // Add the domains you want to exclude
private excludedDomains = [ 'Login', environment.apiChatUrl, 'http://localhost:8019']; // Add the domains you want to exclude
constructor(private http: HttpClient, private router: Router,private httpErrorHandle: HttpErrorHandle,) { }