mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
Merge pull request #177 from tmyracle/add-back-express-json
This commit is contained in:
commit
5331b3e61e
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ app.use(
|
|||
app.use('/v1/stripe', express.raw({ type: 'application/json' }))
|
||||
|
||||
app.use(express.urlencoded({ extended: true }))
|
||||
app.use(express.json())
|
||||
|
||||
// =========================================
|
||||
// API ⬇️
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue