fix slash

pull/147/head
Rasmus Lindroth 2022-03-12 11:59:12 +01:00 committed by mattn
parent dfa87f3a80
commit f436c5397c
1 changed files with 5 additions and 5 deletions

View File

@ -93,11 +93,11 @@ func main() {
* [x] DELETE /api/v1/conversations/:id
* [x] POST /api/v1/conversations/:id/read
* [x] GET /api/v1/favourites
* [x] GET api/v1/filters
* [x] POST api/v1/filters
* [x] GET api/v1/filters/:id
* [x] PUT api/v1/filters/:id
* [x] DELETE api/v1/filters/:id
* [x] GET /api/v1/filters
* [x] POST /api/v1/filters
* [x] GET /api/v1/filters/:id
* [x] PUT /api/v1/filters/:id
* [x] DELETE /api/v1/filters/:id
* [x] GET /api/v1/follow_requests
* [x] POST /api/v1/follow_requests/:id/authorize
* [x] POST /api/v1/follow_requests/:id/reject