From f436c5397c7df701ce232daa29e961aa78619645 Mon Sep 17 00:00:00 2001 From: Rasmus Lindroth Date: Sat, 12 Mar 2022 11:59:12 +0100 Subject: [PATCH] fix slash --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d883b91..3d8f494 100644 --- a/README.md +++ b/README.md @@ -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