1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

Merge branch 'main' into remove-plaid-from-tests

This commit is contained in:
Tyler Myracle 2024-01-20 08:11:50 -06:00 committed by GitHub
commit c5288fdfba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,6 +109,7 @@ app.use(
app.use('/v1/stripe', express.raw({ type: 'application/json' })) app.use('/v1/stripe', express.raw({ type: 'application/json' }))
app.use(express.urlencoded({ extended: true })) app.use(express.urlencoded({ extended: true }))
app.use(express.json())
// ========================================= // =========================================
// API ⬇️ // API ⬇️