diff --git a/website/src/controllers/api-v3/user.js b/website/src/controllers/api-v3/user.js index 784f602ffd..db5f23a57d 100644 --- a/website/src/controllers/api-v3/user.js +++ b/website/src/controllers/api-v3/user.js @@ -32,7 +32,7 @@ let api = {}; * @apiUse NotAuthorized */ api.loginLocal = { - method: 'GET', + method: 'POST', url: '/user/login/local', middlewares: [getUserLanguage], handler (req, res, next) {