- [API] Finished White Box tests, passed all of them, spell API considered finished

This commit is contained in:
Alexis
2020-05-23 01:02:45 +02:00
parent acd380e084
commit 473f8f44c1
2 changed files with 343 additions and 252 deletions

View File

@@ -19,7 +19,7 @@ const routes = require('./routes')
// Builds app w/ express
let app = express()
app.use(bodyParser.json())
app.use(bodyParser.json({ limit: '10kb' }))
app.use(cors())
app.use(morgan('tiny'))
app.use(helmet())