forked from parse-community/parse-server
-
Notifications
You must be signed in to change notification settings - Fork 0
users.js
Fosco Marotto edited this page Jan 28, 2016
·
1 revision
Handle the /users and /login routes
POST - /users
GET - /users
GET - /login
GET - /users/me
GET - /users/:objectId
PUT - /users/:objectId
DELETE - /users/:objectId
POST - /requestPasswordReset (not implemented)