server.js 159 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 const express = require('express'); const bodyParser = require('body-parser'); require('express-async-errors'); const app = express(); module.exports = app;