You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...so that it does not interfere in the user's mind with the actual API end-points. There might also be security issues with the exposure of this end-point.
📖 Additional Details
⚖️ Acceptance Criteria
Given a deployed registry API When I perform http: Then I expect the home controller should not show in the welcome page
⚙️ Engineering Details
We want to remove that but actually I have no idea what it can be used for. A short analysis of what the home controller is for would be interesting to add to this ticket.
The text was updated successfully, but these errors were encountered:
It may be possible to remove this but the 30 second google attempt did not provide hope. Unfortunately home controller is the long way to say '/' which then provides the swagger-ui page. It is possible to override the actual behavior of '/' but then swagger-ui will not show up. Hence, removing it may prove to be very difficult. More when I have time.
Could not remove it, but changed it to be as simple as possible and renamed to "this page : API Documentation". Hope that is sufficient. See attached screenshot for what it looks like now.
💪 Motivation
...so that it does not interfere in the user's mind with the actual API end-points. There might also be security issues with the exposure of this end-point.
📖 Additional Details
⚖️ Acceptance Criteria
Given a deployed registry API
When I perform http:
Then I expect the home controller should not show in the welcome page
⚙️ Engineering Details
We want to remove that but actually I have no idea what it can be used for. A short analysis of what the home controller is for would be interesting to add to this ticket.
The text was updated successfully, but these errors were encountered: