From 363952bfdbae19758e0241e438b95da65d084331 Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Fri, 19 Nov 2021 20:52:13 -0400 Subject: will deal with view later --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index b7c0c38..3049d71 100644 --- a/main.go +++ b/main.go @@ -132,8 +132,9 @@ func main() { */ app.Get("/:actor", routes.OutboxGet) + app.Get("/:actor/catalog", routes.CatalogGet) - app.Get("/:actor/:post", routes.ActorPostGet) + app.Get("/:actor/:post", routes.PostGet) app.Get("/post", routes.ActorPost) app.Get("/:actor/inbox", routes.ActorInbox) -- cgit v1.2.3