From a35576a54042e7383e786a93461f34c6690a897a Mon Sep 17 00:00:00 2001 From: syssecfsu Date: Tue, 11 Jan 2022 23:00:15 -0500 Subject: [PATCH] Update main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7da16ac..d4123c1 100644 --- a/main.go +++ b/main.go @@ -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, }) }