Update index.js
Browse files
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
|
|
|
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);
|