renamed to getMyStationPOIS
This commit is contained in:
parent
6ca87f84fc
commit
ed3fb3ff0e
@ -979,8 +979,8 @@ public class Controller {
|
|||||||
@ApiResponse(code = 400, message = "Something went wrong at verification")
|
@ApiResponse(code = 400, message = "Something went wrong at verification")
|
||||||
})
|
})
|
||||||
@CrossOrigin(origins = "http://localhost:8081") // only for dev purpose
|
@CrossOrigin(origins = "http://localhost:8081") // only for dev purpose
|
||||||
@RequestMapping(value = "/api/getStationPOIS", method = RequestMethod.GET, produces = "application/json")
|
@RequestMapping(value = "/api/getMyStationPOIS", method = RequestMethod.GET, produces = "application/json")
|
||||||
public ResponseEntity getStationPOIS(@RequestParam String token) {
|
public ResponseEntity getMyStationPOIS(@RequestParam String token) {
|
||||||
// verify user
|
// verify user
|
||||||
ResponseEntity verifyToken = VerificationUtil.verifyToken(token);
|
ResponseEntity verifyToken = VerificationUtil.verifyToken(token);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user