ghostの設定をDBに保存するように
This commit is contained in:
parent
87d4452d19
commit
2de48110bb
9 changed files with 55 additions and 21 deletions
|
|
@ -85,6 +85,7 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => {
|
|||
if (me && me.isAdmin) {
|
||||
response.hidedTags = instance.hidedTags;
|
||||
response.recaptchaSecretKey = instance.recaptchaSecretKey;
|
||||
response.proxyAccount = instance.proxyAccount;
|
||||
}
|
||||
|
||||
res(response);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue