class Azu::Router::Builder
- Azu::Router::Builder
- Reference
- Object
Overview
The Router::Builder class allows you to build routes more easily
routes :web, "/test" do
get "/hello/", ExampleApp::HelloWorld
get "/hello/:name", ExampleApp::HtmlEndpoint
get "/hello/json", ExampleApp::JsonEndpoint
end