=priority add start
This commit is contained in:
parent
b1745ede2e
commit
3c58b3bef5
40 changed files with 1222 additions and 36 deletions
|
@ -29,15 +29,18 @@ func InitHttp(d *scribble.Driver) *Webapp {
|
|||
wapp.initApi()
|
||||
// wapp.initAuth()
|
||||
|
||||
display := router.Group("/display")
|
||||
display.Static("/", "./static/display")
|
||||
displayH := router.Group("/display_h")
|
||||
displayH.Static("/", "./static/display_h")
|
||||
|
||||
video := router.Group("/videowall")
|
||||
video.Static("/", "./static/videowall")
|
||||
displayV := router.Group("/display_v")
|
||||
displayV.Static("/", "./static/display_v")
|
||||
|
||||
priority := router.Group("/priority")
|
||||
priority.Static("/", "./static/priority")
|
||||
|
||||
mobile := router.Group("/mobile")
|
||||
mobile.Static("/", "./static/mobile")
|
||||
|
||||
sapp := router.Group("/_app")
|
||||
sapp.Static("/", "./static/_app")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue