Skip to content

Commit

Permalink
Update API command
Browse files Browse the repository at this point in the history
expecting json response, dont serve me the html!
  • Loading branch information
LucifersCircle committed Dec 8, 2024
1 parent 20773f4 commit 151b462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Anyone can run an instance for this, although I'm not sure why anybody would rea

**Command:**
```bash
curl -X POST -d "key=YOUR_TOKEN&action=add" https://lg.pirate.vodka
curl -X POST -d "key=YOUR_TOKEN_HERE&action=add" -H "Accept: application/json" https://lg.pirate.vodka
```

### Remove a Token
Expand All @@ -44,7 +44,7 @@ curl -X POST -d "key=YOUR_TOKEN&action=add" https://lg.pirate.vodka

**Command:**
```bash
curl -X POST -d "key=YOUR_TOKEN&action=remove" https://lg.pirate.vodka
curl -X POST -d "key=YOUR_TOKEN_HERE&action=remove" -H "Accept: application/json" https://lg.pirate.vodka
```

---
Expand Down

0 comments on commit 151b462

Please sign in to comment.