diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4a39e32 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# IDE directories +.fleet + +# Rust stuff +target \ No newline at end of file diff --git a/API.md b/API.md index 1f56c0e..aa7729e 100644 --- a/API.md +++ b/API.md @@ -96,7 +96,6 @@ Deletes the account. #### HTTP Headers | Header | Content | |---------------|--------------------| -| Content-Type | `application/json` | | Authorization | `Bearer {token}` | #### Responses