1.4.5.2
This commit is contained in:
12
EdgeUser/internal/web/actions/default/account/init.go
Normal file
12
EdgeUser/internal/web/actions/default/account/init.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package account
|
||||
|
||||
import "github.com/iwind/TeaGo"
|
||||
|
||||
func init() {
|
||||
TeaGo.BeforeStart(func(server *TeaGo.Server) {
|
||||
server.
|
||||
Prefix("/account").
|
||||
GetPost("/reset", new(ResetAction)).
|
||||
EndAll()
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user