Update index.js
Browse files
index.js
CHANGED
@@ -7,7 +7,7 @@ import * as cheerio from 'cheerio';
|
|
7 |
import * as lifestyle from './lifestyle.js';
|
8 |
|
9 |
import { OpenaiRes, tebakgambar, AnimeHentai } from './scrapper.js';
|
10 |
-
import { CheckMilWare }
|
11 |
|
12 |
// import exampleRoutes from './akenox/routes/example';
|
13 |
const CheckMilWares = new CheckMilWare();
|
|
|
7 |
import * as lifestyle from './lifestyle.js';
|
8 |
|
9 |
import { OpenaiRes, tebakgambar, AnimeHentai } from './scrapper.js';
|
10 |
+
import { CheckMilWare } from './midware.js';
|
11 |
|
12 |
// import exampleRoutes from './akenox/routes/example';
|
13 |
const CheckMilWares = new CheckMilWare();
|