Beispiel #1
0
 @RequestMapping(value = "/ping", method = RequestMethod.GET)
 public String getPing() {
   // curl -X GET http://localhost:8081/api/v1/track/ping
   return engineConfig.authPing();
 }