powerauth-server
powerauth-server copied to clipboard
Break down the RESTful API controller
Currently, we have one large controller class. Since everything is externalized to the service, it is not a big issue but maybe we should split the controller anyway into multiple classes. We should be able to do that with no impact on the resource paths.