From bef7e64a134b0c3bd7bf9c3175b8a3817c3b9eb7 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Fri, 22 May 2026 19:27:25 +0530 Subject: Made REST service, client URLs to contain /api at the beginning --- .../05-bank-rest-client/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spring-boot/05-bank-rest-client') 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 -- cgit v1.2.3