mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix action method
This commit is contained in:
@@ -32,7 +32,7 @@ let api = {};
|
||||
* @apiUse NotAuthorized
|
||||
*/
|
||||
api.loginLocal = {
|
||||
method: 'GET',
|
||||
method: 'POST',
|
||||
url: '/user/login/local',
|
||||
middlewares: [getUserLanguage],
|
||||
handler (req, res, next) {
|
||||
|
||||
Reference in New Issue
Block a user