yolo mode

This commit is contained in:
Samuel Newman
2025-01-14 19:37:34 +00:00
parent aaf7cd0c42
commit dfc4214133
11 changed files with 244 additions and 5 deletions
+3
View File
@@ -272,6 +272,9 @@ func serve(cctx *cli.Context) error {
e.GET("/messages", server.WebGeneric)
e.GET("/messages/:conversation", server.WebGeneric)
// temp
e.GET("/temp-yolo", server.WebGeneric)
// profile endpoints; only first populates info
e.GET("/profile/:handleOrDID", server.WebProfile)
e.GET("/profile/:handleOrDID/follows", server.WebGeneric)