Update index.js
Browse files
index.js
CHANGED
@@ -23,7 +23,7 @@ const app = express();
|
|
23 |
|
24 |
import * as swaggerUi from 'swagger-ui-express';
|
25 |
import * as cheerio from 'cheerio';
|
26 |
-
import * as lifestyle from './lifestyle.js';
|
27 |
|
28 |
import { Readable } from "stream";
|
29 |
import { schellwithflux } from './fluxai.js';
|
|
|
23 |
|
24 |
import * as swaggerUi from 'swagger-ui-express';
|
25 |
import * as cheerio from 'cheerio';
|
26 |
+
import * as lifestyle from './startup/lifestyle.js';
|
27 |
|
28 |
import { Readable } from "stream";
|
29 |
import { schellwithflux } from './fluxai.js';
|