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": "" -} - -###