@RestController @RequestMapping(path="/git") public class GitEndpoint extends Object
GitEndpoint()
org.springframework.http.ResponseEntity<?>
map()
text()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GitEndpoint()
@RequestMapping(path="/map", method=GET) @ResponseBody public org.springframework.http.ResponseEntity<?> map()
@RequestMapping(path="/text", method=GET) @ResponseBody public org.springframework.http.ResponseEntity<?> text()
Copyright © 2022 Nepxion. All rights reserved.