1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-07 22:50:05 +00:00

fix: DB names updates + refresh api is added

This commit is contained in:
Saad Jutt
2021-11-03 15:56:58 +05:00
parent 46c5a75ac4
commit 9f17b17e31
18 changed files with 274 additions and 209 deletions

View File

@@ -1,11 +1,11 @@
import mongoose from 'mongoose'
const clientSchema = new mongoose.Schema({
clientid: {
clientId: {
type: String,
required: true
},
clientsecret: {
clientSecret: {
type: String,
required: true
}