diff options
-rw-r--r-- | rest.http | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/rest.http b/rest.http deleted file mode 100644 index b0c6198..0000000 --- a/rest.http +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | POST http://localhost:8000/api/auth/login/ | ||
2 | content-type: application/json | ||
3 | |||
4 | { | ||
5 | "username": "admin", | ||
6 | "password": "admin" | ||
7 | } | ||
8 | |||
9 | ### | ||
10 | |||
11 | GET http://localhost:8000/api/auth/info?username=a | ||
12 | authorization: TOKEN 92844a78767178dfc15b0814373839bc80b97028f433440fcb4223088a9b8b69 | ||