mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-14 20:33:40 +00:00
chore: update trmnl base url
This commit is contained in:
parent
31ca919ba9
commit
1e43aded77
16 changed files with 109 additions and 73 deletions
|
|
@ -227,7 +227,7 @@ test('hasMissingRequiredConfigurationFields returns true when required xhrSelect
|
|||
'field_type' => 'xhrSelect',
|
||||
'name' => 'Baseball Team',
|
||||
'description' => 'Select your team',
|
||||
'endpoint' => 'https://usetrmnl.com/custom_plugin_example_xhr_select.json',
|
||||
'endpoint' => config('services.trmnl.base_url').'/custom_plugin_example_xhr_select.json',
|
||||
// Not marked as optional, so it's required
|
||||
],
|
||||
],
|
||||
|
|
@ -252,7 +252,7 @@ test('hasMissingRequiredConfigurationFields returns false when required xhrSelec
|
|||
'field_type' => 'xhrSelect',
|
||||
'name' => 'Baseball Team',
|
||||
'description' => 'Select your team',
|
||||
'endpoint' => 'https://usetrmnl.com/custom_plugin_example_xhr_select.json',
|
||||
'endpoint' => config('services.trmnl.base_url').'/custom_plugin_example_xhr_select.json',
|
||||
// Not marked as optional, so it's required
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue