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

endpoint/update with secret & co

This commit is contained in:
Valentin PUCCETTI
2023-09-11 22:21:34 +02:00
parent 6ad785f480
commit 7c6c82f47b
12 changed files with 107 additions and 22 deletions

View File

@@ -20,6 +20,10 @@ Server.init({
},
lastPull: {
type: DataTypes.DATE
},
secret: {
type: DataTypes.STRING,
required: true,
}
}, {
sequelize,