We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae61ff commit 316cb29Copy full SHA for 316cb29
apps/api-harmonization/api/main.js
@@ -6,7 +6,7 @@ import compression from 'compression';
6
import cookieParser from 'cookie-parser';
7
import helmet from 'helmet';
8
9
-import { AppModule } from '../dist/src/app.module';
+import { AppModule } from '../dist/app.module';
10
11
// Keep the app instance in memory for subsequent requests
12
let app;
0 commit comments