Add SSB routes for newly added templates #27

Merged
glyph merged 5 commits from ssb_routes into main 2021-11-15 10:37:58 +00:00
Owner

Adds the following routes and mounts them at /scuttlebutt:

[GET] friends
[GET] follows
[GET] followers
[GET] blocks
[POST] follow
[POST] unfollow
[POST] block
[POST] publish

Renames /messages to /private.

Adds test for all newly-added routes.


Note: I'll create a separate PR after this which completes the reorganisation of templates and moves routes to appropriate mountpoints (like I did for /scuttlebutt in this PR).

I'll also do another PR for settings and status routes / templates for SSB.

Adds the following routes and mounts them at `/scuttlebutt`: ```bash [GET] friends [GET] follows [GET] followers [GET] blocks [POST] follow [POST] unfollow [POST] block [POST] publish ``` Renames `/messages` to `/private`. Adds test for all newly-added routes. ----- Note: I'll create a separate PR after this which completes the reorganisation of templates and moves routes to appropriate mountpoints (like I did for `/scuttlebutt` in this PR). I'll also do another PR for settings and status routes / templates for SSB.
glyph added the
enhancement
peach-web
labels 2021-11-15 10:07:47 +00:00
glyph added 5 commits 2021-11-15 10:07:48 +00:00
glyph requested review from notplants 2021-11-15 10:08:14 +00:00
Owner

LG! I like the reuse of peers_list.html

LG! I like the reuse of peers_list.html
glyph merged commit 7f09cc5888 into main 2021-11-15 10:37:58 +00:00
glyph deleted branch ssb_routes 2021-11-15 10:37:59 +00:00
Sign in to join this conversation.
No description provided.