diff --git a/src/Filament/Pages/ManageWebserviceSettings.php b/src/Filament/Pages/ManageWebserviceSettings.php index ca062c3..38a3296 100644 --- a/src/Filament/Pages/ManageWebserviceSettings.php +++ b/src/Filament/Pages/ManageWebserviceSettings.php @@ -33,6 +33,7 @@ public function form(Form $form): Form Forms\Components\Section::make([ Forms\Components\TextInput::make('base_url')->required()->columnSpanFull(), Forms\Components\Fieldset::make('Webservice Endpoints')->schema([ + Forms\Components\TextInput::make('staff_by_username_endpoint')->helperText('insert parameters as {param1}/{param2} where necessary'), Forms\Components\TextInput::make('staff_endpoint')->helperText('insert parameters as {param1}/{param2} where necessary'), Forms\Components\TextInput::make('student_endpoint')->helperText('insert parameters as {param1}/{param2} where necessary'), Forms\Components\TextInput::make('all_staff_endpoint')->helperText('insert parameters as {param1}/{param2} where necessary'),