update: add custom subscribe path

This commit is contained in:
v2board
2023-12-08 15:27:33 +08:00
parent fa6670597a
commit 69c85983d1
9 changed files with 18 additions and 10 deletions

View File

@ -29,6 +29,7 @@ class ConfigSave extends FormRequest
'app_description' => '',
'app_url' => 'nullable|url',
'subscribe_url' => 'nullable',
'subscribe_path' => 'nullable',
'try_out_enable' => 'in:0,1',
'try_out_plan_id' => 'integer',
'try_out_hour' => 'numeric',