forked from sh-edraft.de/sh_discord_bot
Improved api logging #85
This commit is contained in:
parent
6d8aa26883
commit
242af637f7
@ -1,3 +1,4 @@
|
||||
import re
|
||||
import sys
|
||||
import textwrap
|
||||
import uuid
|
||||
|
@ -37,7 +37,7 @@ import { SettingsService } from './services/settings/settings.service';
|
||||
JwtModule.forRoot({
|
||||
config: {
|
||||
tokenGetter,
|
||||
allowedDomains: ['localhost:5000', 'localhost:5001'],
|
||||
allowedDomains: ['localhost:8044', 'localhost:8041', 'localhost:5000'],
|
||||
disallowedRoutes: []
|
||||
}
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user