diff --git a/server/src/routes.js b/server/src/routes.js index 5f6e991ccdaf9c3f712862c27c03246713940b9d..367526d94274a0a5863c5805c437af703dffd111 100644 --- a/server/src/routes.js +++ b/server/src/routes.js @@ -10,4 +10,3 @@ module.exports = (app) => { app.post('/login', AuthenticationController.login) } -h \ No newline at end of file