CONFLICTZ

This commit is contained in:
notnull 2019-02-10 07:20:35 -05:00
parent f5c3a13fde
commit dc4f627829

View File

@ -4,7 +4,7 @@ const app = express()
const morgan = require('morgan') const morgan = require('morgan')
const ascii = require('./ascii') const ascii = require('./ascii')
const port = process.env.PORT || 1337 const port = process.env.PORT || 1337
ALL YOUR BASE ARE BELONG TO US
app.use(morgan('tiny')) app.use(morgan('tiny'))
// body parsing middleware // body parsing middleware