Update index.js
Browse files
index.js
CHANGED
@@ -32,11 +32,10 @@ import { Readable } from "stream";
|
|
32 |
import bodyParser from 'body-parser';
|
33 |
import { schellwithflux } from './fluxai.js';
|
34 |
import { OpenaiRes, tebakgambar, AnimeHentai } from './scrapper.js';
|
35 |
-
import { GeminiResponse } from './googleGemini.js';
|
36 |
import { CheckMilWare } from './midware.js';
|
37 |
|
38 |
// routes
|
39 |
-
import { GeminiRoutes } from './routes/
|
40 |
const CheckMilWares = new CheckMilWare();
|
41 |
|
42 |
app.disable('x-powered-by');
|
|
|
32 |
import bodyParser from 'body-parser';
|
33 |
import { schellwithflux } from './fluxai.js';
|
34 |
import { OpenaiRes, tebakgambar, AnimeHentai } from './scrapper.js';
|
|
|
35 |
import { CheckMilWare } from './midware.js';
|
36 |
|
37 |
// routes
|
38 |
+
import { GeminiRoutes } from './routes/googleGemini.js';
|
39 |
const CheckMilWares = new CheckMilWare();
|
40 |
|
41 |
app.disable('x-powered-by');
|