From 2fce6fd63cadb7dc98e054df89461fe87d70db6d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 24 Nov 2021 02:41:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20IntelliJ=20tools=20fold?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/tools/create_project.http | 2 -- backend/tools/get_api_token.http | 14 -------------- 2 files changed, 16 deletions(-) delete mode 100644 backend/tools/create_project.http delete mode 100644 backend/tools/get_api_token.http diff --git a/backend/tools/create_project.http b/backend/tools/create_project.http deleted file mode 100644 index 2671929..0000000 --- a/backend/tools/create_project.http +++ /dev/null @@ -1,2 +0,0 @@ -POST http://127.0.0.1:30033/api/core/projects/ - diff --git a/backend/tools/get_api_token.http b/backend/tools/get_api_token.http deleted file mode 100644 index ed80bc8..0000000 --- a/backend/tools/get_api_token.http +++ /dev/null @@ -1,14 +0,0 @@ -OPTIONS http://127.0.0.1:30033/api/auth/token/ - -### - -POST http://127.0.0.1:30033/api/auth/token/ -Content-Type: application/json - -# Add here your username and password -{ - "username": "", - "password": "" -} - -###