added comments

This commit is contained in:
Michael 2019-04-13 22:01:18 +02:00
parent d14a4b5d86
commit 4f7b8bd4f6

View File

@ -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
@RequestMapping("/api/checkStation")
@ResponseBody