Untitled
Anonymous
plain_text
08/24/2023 9:14 PM
232 B
22
Indexable
@GetMapping("/api/")
public Quote greeting(@RequestParam(value = "type", defaultValue = "success") String type) {
return new Quote(type, new Value(11l,"heyy"));
}
Editor is loading...