0.3 #146

Merged
edraft merged 359 commits from 0.3 into master 2023-01-12 07:04:40 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 242af637f7 - Show all commits

View File

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

View File

@ -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: []
}
}),