diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2021-12-12 23:24:11 +0100 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2021-12-12 23:24:11 +0100 |
commit | 461be825205a1a3e3f705ebef25d20fe69733897 (patch) | |
tree | 455a928fdc270dfd60679be99617eae3d19b13c7 | |
parent | e7f4bd9cc60aa3ad230b31c3918df1f2043d6942 (diff) | |
download | lom_api-461be825205a1a3e3f705ebef25d20fe69733897.tar.gz lom_api-461be825205a1a3e3f705ebef25d20fe69733897.zip |
remove rest.http file
-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 | ||