Update index.js
Browse files
index.js
CHANGED
@@ -46,6 +46,7 @@ import { CarbonRoutes } from './plugins/carbon.js';
|
|
46 |
import { UnblockIpRoutes } from './plugins/unblockip.js';
|
47 |
import { GeminiRoutes } from './routes/googleGemini.js';
|
48 |
|
|
|
49 |
const CheckMilWares = new CheckMilWare();
|
50 |
|
51 |
app.disable("x-powered-by");
|
|
|
46 |
import { UnblockIpRoutes } from './plugins/unblockip.js';
|
47 |
import { GeminiRoutes } from './routes/googleGemini.js';
|
48 |
|
49 |
+
const __dirname = path.resolve();
|
50 |
const CheckMilWares = new CheckMilWare();
|
51 |
|
52 |
app.disable("x-powered-by");
|