Update index.js
Browse files
index.js
CHANGED
@@ -35,7 +35,7 @@ import cors from 'cors';
|
|
35 |
import bodyParser from 'body-parser';
|
36 |
import swaggerJsDoc from 'swagger-jsdoc';
|
37 |
|
38 |
-
import { InitBot } from '
|
39 |
|
40 |
// routes
|
41 |
import { GempaRoutes } from './plugins/gempa.js';
|
|
|
35 |
import bodyParser from 'body-parser';
|
36 |
import swaggerJsDoc from 'swagger-jsdoc';
|
37 |
|
38 |
+
import { InitBot } from './bot/telegrambot.js';
|
39 |
|
40 |
// routes
|
41 |
import { GempaRoutes } from './plugins/gempa.js';
|