Create & Init Project...
This commit is contained in:
10
app/admin/main/config/http/tree.go
Normal file
10
app/admin/main/config/http/tree.go
Normal file
@ -0,0 +1,10 @@
|
||||
package http
|
||||
|
||||
import (
|
||||
bm "go-common/library/net/http/blademaster"
|
||||
)
|
||||
|
||||
func syncTree(c *bm.Context) {
|
||||
svr.SyncTree(c, user(c), c.Request.Header.Get("Cookie"))
|
||||
c.JSON(nil, nil)
|
||||
}
|
Reference in New Issue
Block a user