refactor: update save state specific routes
My suggestion for the cleanup of the routes. If accepted we need to update the other services too
TODO:
-
There are a few POST requests that are only getting / retrieving objects. The spirit of restful api's is that when you get stuff, the endpoint should be a GET. Ideally we update these too, convenient to do this in the same go?
Edited by Dennis Collaris