renamed to getMyStationPOIS

This commit is contained in:
Michael 2019-05-03 19:13:21 +02:00
parent 6ca87f84fc
commit ed3fb3ff0e

View File

@ -979,8 +979,8 @@ public class Controller {
@ApiResponse(code = 400, message = "Something went wrong at verification")
})
@CrossOrigin(origins = "http://localhost:8081") // only for dev purpose
@RequestMapping(value = "/api/getStationPOIS", method = RequestMethod.GET, produces = "application/json")
public ResponseEntity getStationPOIS(@RequestParam String token) {
@RequestMapping(value = "/api/getMyStationPOIS", method = RequestMethod.GET, produces = "application/json")
public ResponseEntity getMyStationPOIS(@RequestParam String token) {
// verify user
ResponseEntity verifyToken = VerificationUtil.verifyToken(token);