usage
@Controller("/api")
class HelloController {
@Get("/hello")
async hello(ctx) {
ctx.body = "hello world!";
}
}
@Controller("/api")
class HelloController {
@Get("/hello")
async hello(ctx) {
ctx.body = "hello world!";
}
}
npm i @sundial/koa_rest
0
0.0.3
MIT
11.1 kB
15