mirror of
https://github.com/v2board/v2board.git
synced 2025-06-13 21:28:27 +08:00
update: comm
This commit is contained in:
@ -28,7 +28,8 @@ class CommController extends Controller
|
|||||||
: 0,
|
: 0,
|
||||||
'isRecaptcha' => (int)config('v2board.recaptcha_enable', 0) ? 1 : 0,
|
'isRecaptcha' => (int)config('v2board.recaptcha_enable', 0) ? 1 : 0,
|
||||||
'recaptchaSiteKey' => config('v2board.recaptcha_site_key'),
|
'recaptchaSiteKey' => config('v2board.recaptcha_site_key'),
|
||||||
'appDescription' => config('v2board.app_description')
|
'appDescription' => config('v2board.app_description'),
|
||||||
|
'appUrl' => config('v2board.app_url')
|
||||||
]
|
]
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user