This commit is contained in:
Zhi Wang 2022-01-11 21:59:58 -05:00
parent 3d866839b3
commit 2d5a56b040

View File

@ -94,7 +94,7 @@ func main() {
} }
c.HTML(http.StatusOK, "term.html", gin.H{ c.HTML(http.StatusOK, "term.html", gin.H{
"title": "Interactive terminal", "title": "interactive terminal",
"path": "/ws_do", "path": "/ws_do",
}) })
}) })