leeminwaan commited on
Commit
e345962
·
verified ·
1 Parent(s): 83f634d

Update app/index.js

Browse files
Files changed (1) hide show
  1. app/index.js +2 -0
app/index.js CHANGED
@@ -10,6 +10,8 @@ const crypto = require('crypto');
10
  const Sentry = require("@sentry/node");
11
  const { ProfilingIntegration } = require("@sentry/profiling-node");
12
  const fetch = require('node-fetch')
 
 
13
  const FETCH_CONFIG = {
14
  method: 'GET',
15
  headers: {
 
10
  const Sentry = require("@sentry/node");
11
  const { ProfilingIntegration } = require("@sentry/profiling-node");
12
  const fetch = require('node-fetch')
13
+ const axios = require('axios');
14
+
15
  const FETCH_CONFIG = {
16
  method: 'GET',
17
  headers: {