fix: setup https support + various fixes
This commit is contained in:
@@ -60,7 +60,7 @@ module.exports = {
|
||||
},
|
||||
async register(obj, args, context) {
|
||||
try {
|
||||
await WIKI.models.users.register({...args, verify: true }, context)
|
||||
await WIKI.models.users.register({ ...args, verify: true }, context)
|
||||
return {
|
||||
responseResult: graphHelper.generateSuccess('Registration success')
|
||||
}
|
||||
|
Reference in New Issue
Block a user