Remove prod web route

This commit is contained in:
Eric Bailey
2025-01-17 18:13:09 -06:00
parent b18765f886
commit ff581253a1
-3
View File
@@ -272,9 +272,6 @@ func serve(cctx *cli.Context) error {
e.GET("/messages", server.WebGeneric)
e.GET("/messages/:conversation", server.WebGeneric)
// temp
e.GET("/temp-vibe", server.WebGeneric)
// profile endpoints; only first populates info
e.GET("/profile/:handleOrDID", server.WebProfile)
e.GET("/profile/:handleOrDID/follows", server.WebGeneric)