added gitignore and fixed api specification for `/account/delete`

This commit is contained in:
antifallobst 2023-08-15 20:25:02 +02:00
parent 267c66d686
commit d1b1532f43
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
2 changed files with 5 additions and 1 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# IDE directories
.fleet
# Rust stuff
target

1
API.md
View File

@ -96,7 +96,6 @@ Deletes the account.
#### HTTP Headers
| Header | Content |
|---------------|--------------------|
| Content-Type | `application/json` |
| Authorization | `Bearer {token}` |
#### Responses