Skip to content

Commit

Permalink
fix: local.php.dist - api_service_mappings require full URLs (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerotire authored Sep 6, 2024
1 parent 47596ce commit 7e0ad37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/internal/config/autoload/local.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ return [
'endpoints' => [
// Backend service URI *Environment specific*
'backend' => [
'url' => 'api.local.olcs.dev-dvsacloud.uk',
'url' => 'http://api.local.olcs.dev-dvsacloud.uk/',
],
// Postcode/Address service URI *Environment specific*
'postcode' => [
Expand Down
2 changes: 1 addition & 1 deletion app/selfserve/config/autoload/local.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ return [
'endpoints' => [
// Backend service URI *Environment specific*
'backend' => [
'url' => 'api.local.olcs.dev-dvsacloud.uk',
'url' => 'http://api.local.olcs.dev-dvsacloud.uk/',
],
// Postcode/Address service URI *Environment specific*
'postcode' => [
Expand Down

0 comments on commit 7e0ad37

Please sign in to comment.