1
0
mirror of synced 2025-10-29 02:19:19 +00:00

first functionnal instance ! 🎉

This commit is contained in:
Valentin
2023-09-12 23:44:38 +02:00
parent 86cf05c43f
commit 7b0a757fc7
15 changed files with 301 additions and 71 deletions

View File

@@ -21,7 +21,6 @@ databaseService.sync().then(() => {
})
require('dotenv').config()
app.use(bodyParser.urlencoded({ extended: false }))