Skip to content

Commit

Permalink
#42 [Fix] Nginx - Health Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JSoi committed Jul 26, 2022
1 parent 78a4bcd commit 9bec483
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public List<LocationInfoDto.LocationResponse> getKeywordByGeoAndAddress(@Request
@RequestParam String address) {
return locationService.convertGeoAndAddressToKeyword(String.valueOf(lat), String.valueOf(lng), address);
}
@GetMapping
@GetMapping("/health")
public String main(){
return "Hello World!2";
return "Good";
}
}

0 comments on commit 9bec483

Please sign in to comment.