Update index.js
Browse files
index.js
CHANGED
@@ -47,7 +47,7 @@ import sharp from "sharp";
|
|
47 |
import bodyParser from 'body-parser';
|
48 |
import swaggerJsDoc from 'swagger-jsdoc';
|
49 |
import helmet from "helmet";
|
50 |
-
import { Buffer } from "buffer";
|
51 |
|
52 |
// routes
|
53 |
import { GempaRoutes } from './plugins/gempa.js';
|
|
|
47 |
import bodyParser from 'body-parser';
|
48 |
import swaggerJsDoc from 'swagger-jsdoc';
|
49 |
import helmet from "helmet";
|
50 |
+
import { Buffer } from "buffer/index.js";
|
51 |
|
52 |
// routes
|
53 |
import { GempaRoutes } from './plugins/gempa.js';
|