1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 15:05:22 +02:00

add back json handling to express

This commit is contained in:
Tyler Myracle 2024-01-20 00:54:01 -06:00
parent 9ebaa29116
commit f87f28e679

View file

@ -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 ⬇️