[TASK] Remove POST from /profile API.

Also, the commit before contained a lot of code
that was completely wrong.
This commit is contained in:
JPT
2013-09-17 16:12:44 +02:00
parent 87f08fc8e5
commit 254274da56
2 changed files with 31 additions and 88 deletions
-1
View File
@@ -58,7 +58,6 @@ DELETE /user {} {success}
GET /profile {} {success, profile: {%PROFILE_DOCUMENT}}
PUT /profile {profile} {success}
POST /profile {profile} {success}
DELETE /profile {} {success}
GET /session {} {success, login}