Skip to content

Commit

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

0 comments on commit cbc369c

Please sign in to comment.