powerauth-server icon indicating copy to clipboard operation
powerauth-server copied to clipboard

Break down the RESTful API controller

Open petrdvorak opened this issue 4 years ago • 0 comments

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.

petrdvorak avatar Dec 21 '20 16:12 petrdvorak