mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 04:13:47 +00:00
chore: extract middleware config
This commit is contained in:
committed by
Carlos Valente
parent
260d326989
commit
c3609b2aed
@@ -0,0 +1,3 @@
|
||||
import express from 'express';
|
||||
|
||||
export const bodyParser = [express.urlencoded({ extended: true }), express.json({ limit: '1mb' })];
|
||||
Reference in New Issue
Block a user