+stores readable
This commit is contained in:
parent
c6ff2f1110
commit
2b694290f2
8 changed files with 100 additions and 81 deletions
|
@ -58,6 +58,9 @@ func (app *App) RegisterWebRoutes() {
|
|||
setup := app.Engine.Group("/setup")
|
||||
setup.Static("/", "./static/setup")
|
||||
|
||||
surfers := app.Engine.Group("/surfers")
|
||||
surfers.Static("/", "./static/surfers")
|
||||
|
||||
draws := app.Engine.Group("/draws")
|
||||
draws.Static("/", "./static/draws")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue