Skip to content
Snippets Groups Projects

Add web ui

Closed Zdravko Iliev requested to merge add-web-ui into main
20 files
+ 300
32
Compare changes
  • Side-by-side
  • Inline
Files
20
+ 1
0
@@ -21,6 +21,7 @@ async function bootstrap() {
@@ -21,6 +21,7 @@ async function bootstrap() {
const gatewayConfig = configService.get<IGateway>("gateway")!;
const gatewayConfig = configService.get<IGateway>("gateway")!;
const globalPrefix = "api";
const globalPrefix = "api";
 
app.enableCors();
app.setGlobalPrefix(globalPrefix);
app.setGlobalPrefix(globalPrefix);
app.enableShutdownHooks();
app.enableShutdownHooks();
Loading