Hello,
The administration console displays endpoints for one of my application. I changed the code of my application and one of these endpoints should not exist. I don’t why it still exists; I have only 2 resource classes and none defines this endpoint.
Is it possible to remove it?
Hi ric,
can you share more information? Piece of code, what remains?
You can look at the REST api documentation on address http://localhost:4848/openapi
This should be always up-to-date.
Petr