diff options
Diffstat (limited to 't/specs')
-rw-r--r-- | t/specs/api.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/specs/api.json b/t/specs/api.json index a89d147..aee5d46 100644 --- a/t/specs/api.json +++ b/t/specs/api.json @@ -20,6 +20,10 @@ "path" : "/show", "method" : "GET" }, + "add_user": { + "path":"/add", + "method":"POST" + }, "add_email" : { "path" : "/email", "method" : "POST", |