mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-14 02:27:30 -06:00
[chore] Expose move endpoint again, small settings panel fixes (#2752)
This commit is contained in:
parent
ab2d063fcb
commit
92bf1f779b
5 changed files with 57 additions and 49 deletions
|
|
@ -31,8 +31,6 @@ import (
|
|||
//
|
||||
// Move your account to another account.
|
||||
//
|
||||
// NOT IMPLEMENTED YET!
|
||||
//
|
||||
// ---
|
||||
// tags:
|
||||
// - accounts
|
||||
|
|
|
|||
|
|
@ -113,5 +113,5 @@ func (m *Module) Route(attachHandler func(method string, path string, f ...gin.H
|
|||
|
||||
// migration handlers
|
||||
attachHandler(http.MethodPost, AliasPath, m.AccountAliasPOSTHandler)
|
||||
// attachHandler(http.MethodPost, MovePath, m.AccountMovePOSTHandler) // todo: enable this only when Move is completed
|
||||
attachHandler(http.MethodPost, MovePath, m.AccountMovePOSTHandler)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue