sddssd

Groovy (beta) code posted
created at 24 Jun 15:38

Edit | Back
1
2
3
4
5
6
7
@RestController
class Hello {
    @GetMapping("/")
    String home() {
        "Hello Postman!"
    }
}
109 Bytes in 2 ms with coderay