mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 21:57:50 +08:00
update server stat and app default config
This commit is contained in:
@ -11,7 +11,8 @@ class CommController extends Controller
|
||||
{
|
||||
return response([
|
||||
'data' => [
|
||||
'isTelegram' => (int)config('v2board.telegram_bot_enable', 0)
|
||||
'isTelegram' => (int)config('v2board.telegram_bot_enable', 0),
|
||||
'stripePk' => config('v2board.stripe_pk_live')
|
||||
]
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user