mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-24 23:23:33 -06:00
boosts out to remote working
This commit is contained in:
parent
0d699e3383
commit
5b268aa800
6 changed files with 127 additions and 0 deletions
|
|
@ -96,6 +96,8 @@ func (m *Module) Route(r router.Router) error {
|
|||
r.AttachHandler(http.MethodPost, FavouritePath, m.StatusFavePOSTHandler)
|
||||
r.AttachHandler(http.MethodPost, UnfavouritePath, m.StatusUnfavePOSTHandler)
|
||||
|
||||
r.AttachHandler(http.MethodPost, ReblogPath, m.StatusBoostPOSTHandler)
|
||||
|
||||
r.AttachHandler(http.MethodGet, BasePathWithID, m.muxHandler)
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue