Improved api logging #85

This commit is contained in:
Sven Heidemann 2022-10-25 20:27:39 +02:00
parent 6d8aa26883
commit 242af637f7
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
import re
import sys import sys
import textwrap import textwrap
import uuid import uuid

View File

@ -37,7 +37,7 @@ import { SettingsService } from './services/settings/settings.service';
JwtModule.forRoot({ JwtModule.forRoot({
config: { config: {
tokenGetter, tokenGetter,
allowedDomains: ['localhost:5000', 'localhost:5001'], allowedDomains: ['localhost:8044', 'localhost:8041', 'localhost:5000'],
disallowedRoutes: [] disallowedRoutes: []
} }
}), }),