Untitled
unknown
plain_text
2 years ago
172 B
11
Indexable
@GetMapping("/api/")
public Quote greeting(@RequestParam(value = "type", defaultValue = "success") String type) {
return new Quote(type, new Value(11l,"heyy"));
}
Editor is loading...