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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user