Skip to content

Commit

Permalink
change to st zone
Browse files Browse the repository at this point in the history
  • Loading branch information
leonliu288 committed Dec 6, 2023
1 parent 2fb06c3 commit 454c1bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public Boolean isPlayerLoggedIn(@PathVariable("username") String username) {
return playerService.isPlayerLoggedIn(username);
}

@PostMapping("/set-location")
@PostMapping("/set-zone")
public ResponseEntity<GenericMessage<Object>> setLocation(
@RequestBody PlayerSetZoneRequest request) {
GenericMessage<Object> response = playerService.setZone(request);
Expand Down

0 comments on commit 454c1bd

Please sign in to comment.