Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP routes are displayed twice #207

Open
alvarosanchez opened this issue Sep 19, 2024 · 0 comments
Open

HTTP routes are displayed twice #207

alvarosanchez opened this issue Sep 19, 2024 · 0 comments
Labels
type: bug Something isn't working

Comments

@alvarosanchez
Copy link
Member

image

The /routes endpoint returns the information correctly:

"{[/teams],method=[GET],produces=[application/json]}": {
"method": "java.util.List<com.example.TeamDto> com.example.TeamController.list()"
},
"{[/teams],method=[HEAD],produces=[application/json]}": {
"method": "java.util.List<com.example.TeamDto> com.example.TeamController.list()"
},
"{[/teams],method=[POST],produces=[application/json]}": {
"method": "io.micronaut.http.HttpResponse<com.example.TeamDto> com.example.TeamController.save(com.example.TeamDto teamDto)"
},
"{[/teams/{id}],method=[GET],produces=[application/json]}": {
"method": "io.micronaut.http.HttpResponse<com.example.TeamDto> com.example.TeamController.get(java.lang.Long id)"
},
"{[/teams/{id}],method=[HEAD],produces=[application/json]}": {
"method": "io.micronaut.http.HttpResponse<com.example.TeamDto> com.example.TeamController.get(java.lang.Long id)"
}
@alvarosanchez alvarosanchez added the type: bug Something isn't working label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant