randydev commited on
Commit
bcc7681
·
verified ·
1 Parent(s): 8dff905

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -0
index.js CHANGED
@@ -47,6 +47,7 @@ import sharp from "sharp";
47
  import bodyParser from 'body-parser';
48
  import swaggerJsDoc from 'swagger-jsdoc';
49
  import helmet from "helmet";
 
50
 
51
  // routes
52
  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";
51
 
52
  // routes
53
  import { GempaRoutes } from './plugins/gempa.js';