Update main.go

This commit is contained in:
syssecfsu 2022-01-11 23:00:15 -05:00 committed by GitHub
parent d956e4de21
commit a35576a540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ func fillIndex(c *gin.Context) {
c.HTML(http.StatusOK, "index.html", gin.H{
"title": "interactive terminal",
"path": "/ws_do",
"path": "/ws_new",
"players": players,
})
}