mirror of
https://github.com/syssecfsu/witty.git
synced 2024-12-25 04:02:36 +01:00
Update main.go
This commit is contained in:
parent
d956e4de21
commit
a35576a540
2
main.go
2
main.go
@ -50,7 +50,7 @@ func fillIndex(c *gin.Context) {
|
|||||||
|
|
||||||
c.HTML(http.StatusOK, "index.html", gin.H{
|
c.HTML(http.StatusOK, "index.html", gin.H{
|
||||||
"title": "interactive terminal",
|
"title": "interactive terminal",
|
||||||
"path": "/ws_do",
|
"path": "/ws_new",
|
||||||
"players": players,
|
"players": players,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user