diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-05-22 19:27:25 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-05-22 19:27:25 +0530 |
| commit | bef7e64a134b0c3bd7bf9c3175b8a3817c3b9eb7 (patch) | |
| tree | d121df062326439ab87f49afaf54afa071ea0777 /spring-boot/05-bank-rest-client/src/main/resources/application.properties | |
| parent | 6192256f8cead7b6e16eac264de3fb75c2ce9f16 (diff) | |
Made REST service, client URLs to contain /api at the beginning
Diffstat (limited to 'spring-boot/05-bank-rest-client/src/main/resources/application.properties')
| -rw-r--r-- | spring-boot/05-bank-rest-client/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spring-boot/05-bank-rest-client/src/main/resources/application.properties b/spring-boot/05-bank-rest-client/src/main/resources/application.properties index cf862c6..820142a 100644 --- a/spring-boot/05-bank-rest-client/src/main/resources/application.properties +++ b/spring-boot/05-bank-rest-client/src/main/resources/application.properties @@ -9,4 +9,4 @@ server.port = 8081 -rest.baseURL=http://localhost:8080
\ No newline at end of file +rest.baseURL=http://localhost:8080/api |
