Used the new sitebuild tool to generate stuff.
This commit is contained in:
parent
49dc8cf330
commit
9961915c8c
15 changed files with 169 additions and 33 deletions
3
main.go
3
main.go
|
@ -14,7 +14,6 @@ import (
|
|||
|
||||
"zedshaw.games/webapp/api"
|
||||
"zedshaw.games/webapp/data"
|
||||
"zedshaw.games/webapp/zed"
|
||||
)
|
||||
|
||||
|
||||
|
@ -30,8 +29,6 @@ func main() {
|
|||
StrictRouting: true,
|
||||
})
|
||||
|
||||
zed.RenderPages("./pages", "./public")
|
||||
|
||||
app.Use(logger.New())
|
||||
app.Use(recov.New())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue