v79 / APIViaduct

A serverless RESTful API and router written in Kotlin for AWS Lambda
0 stars 0 forks source link

Route grouping #8

Closed v79 closed 3 months ago

v79 commented 3 months ago

Like: group("/books") { get("/{isbn}")... getAll() }