1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🧹 Remove IntelliJ tools folder

This commit is contained in:
Steffo 2021-11-24 02:41:06 +01:00
parent cfe6ca9e97
commit 2fce6fd63c
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 0 additions and 16 deletions

View file

@ -1,2 +0,0 @@
POST http://127.0.0.1:30033/api/core/projects/

View file

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