From 461be825205a1a3e3f705ebef25d20fe69733897 Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Sun, 12 Dec 2021 23:24:11 +0100 Subject: remove rest.http file --- rest.http | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 rest.http diff --git a/rest.http b/rest.http deleted file mode 100644 index b0c6198..0000000 --- a/rest.http +++ /dev/null @@ -1,12 +0,0 @@ -POST http://localhost:8000/api/auth/login/ -content-type: application/json - -{ - "username": "admin", - "password": "admin" -} - -### - -GET http://localhost:8000/api/auth/info?username=a -authorization: TOKEN 92844a78767178dfc15b0814373839bc80b97028f433440fcb4223088a9b8b69 -- cgit v1.2.3