views.routes.routes.hbs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micronaut-control-panel-core Show documentation
Show all versions of micronaut-control-panel-core Show documentation
The Micronaut Control Panel module provides a web UI that allows you to view and manage the state of your Micronaut application, typically in a development environment.
{{@key}}
HTTP method
URI
Produces
Consumes
Method
{{#each routes as |route|}}
{{route.httpMethodName}}
{{route.uriMatchTemplate}}
{{join route.produces ", "}}
{{defaultIfEmpty (join route.consumes ", ") ""}}
{{route.targetMethod.name}}({{join route.targetMethod.arguments ", "}})
{{/each}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy