Skip to content

Commit

Permalink
add server route
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Dec 18, 2024
1 parent 56db27b commit 8938389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bskyweb/cmd/bskyweb/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ func serve(cctx *cli.Context) error {

// generic routes
e.GET("/hashtag/:tag", server.WebGeneric)
e.GET("/topic/:topic", server.WebGeneric)
e.GET("/search", server.WebGeneric)
e.GET("/feeds", server.WebGeneric)
e.GET("/notifications", server.WebGeneric)
Expand Down

0 comments on commit 8938389

Please sign in to comment.