right swipe

This commit is contained in:
Samuel Newman
2025-01-15 14:35:25 +00:00
parent dfc4214133
commit d459e4032d
8 changed files with 133 additions and 56 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ func serve(cctx *cli.Context) error {
e.GET("/messages/:conversation", server.WebGeneric)
// temp
e.GET("/temp-yolo", server.WebGeneric)
e.GET("/temp-vibe", server.WebGeneric)
// profile endpoints; only first populates info
e.GET("/profile/:handleOrDID", server.WebProfile)