Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from minvws/city
Browse files Browse the repository at this point in the history
Added city
  • Loading branch information
jaytaph authored Jan 30, 2023
2 parents 530f0ab + b96dc51 commit 8f5d14d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/PostcodeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function check(Request $request): JsonResponse
'house_number' => '1',
'house_number_addition' => 'A',
'street' => 'Kalverstraat',
'city' => 'Amsterdam',
'country' => 'NL'
],
];
Expand Down

0 comments on commit 8f5d14d

Please sign in to comment.