randydev commited on
Commit
8add81b
·
verified ·
1 Parent(s): 031589b

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +2 -1
index.js CHANGED
@@ -9,7 +9,8 @@ import * as lifestyle from './lifestyle.js';
9
  import { OpenaiRes, tebakgambar, AnimeHentai } from './scrapper.js';
10
  import { CheckMilWare } from './midware.js';
11
 
12
- import * as routers from './routes/example.js';
 
13
  const CheckMilWares = new CheckMilWare();
14
 
15
  app.use('/api', routers);
 
9
  import { OpenaiRes, tebakgambar, AnimeHentai } from './scrapper.js';
10
  import { CheckMilWare } from './midware.js';
11
 
12
+ import { router as exampleRouter } from './routes/example.js';
13
+
14
  const CheckMilWares = new CheckMilWare();
15
 
16
  app.use('/api', routers);