Update main.go

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

View File

@ -50,7 +50,6 @@ 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_new",
"players": players, "players": players,
}) })
} }