CONFLICTZ
This commit is contained in:
parent
f5c3a13fde
commit
dc4f627829
2
index.js
2
index.js
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user