added comments
This commit is contained in:
parent
d14a4b5d86
commit
4f7b8bd4f6
@ -164,6 +164,10 @@ public class Controller {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Checkt, ob die eingescannte Station die Nachfolgestation der zuletzt
|
||||||
|
* besuchten Stationen des aktuell durchgeführten Caches ist
|
||||||
|
*/
|
||||||
@CrossOrigin(origins = "http://localhost:8081") // only for dev purpose
|
@CrossOrigin(origins = "http://localhost:8081") // only for dev purpose
|
||||||
@RequestMapping("/api/checkStation")
|
@RequestMapping("/api/checkStation")
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user