We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa36e6 commit ffa89bbCopy full SHA for ffa89bb
src/app.js
@@ -23,6 +23,7 @@ const logger = require('./common/logger');
23
const errors = require('./common/errors');
24
const constants = require('./common/constants');
25
const {getAppHealth} = require('./controllers/AppHealthController');
26
+global.atob = require('atob');
27
28
const app = express();
29
app.use(cors());
0 commit comments