fix sample url

This commit is contained in:
Matthias 2022-01-09 03:34:08 +01:00
parent b48e9bcac9
commit cc8948c708
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076
2 changed files with 2 additions and 2 deletions

View File

@ -338,7 +338,7 @@ class APICallMixin:
'API_URL': {
'name': 'External URL',
'description': 'Where is your API located?',
'default': 'https://reqres.in',
'default': 'reqres.in',
},
}
API_URL_SETTING = 'API_URL'

View File

@ -19,7 +19,7 @@ class SampleApiCallerPlugin(APICallMixin, SettingsMixin, IntegrationPluginBase):
'API_URL': {
'name': 'External URL',
'description': 'Where is your API located?',
'default': 'https://reqres.in',
'default': 'reqres.in',
},
}
API_URL_SETTING = 'API_URL'