Currently we're creating the endpoints with the same code over and over again, we could create functions inside svemix/server which we import and call instead. This will also be better for refactoring and working on those functions, because of Syntax Highlighting etc.
Currently we're creating the endpoints with the same code over and over again, we could create functions inside svemix/server which we import and call instead. This will also be better for refactoring and working on those functions, because of Syntax Highlighting etc.