This commit is contained in:
JurajKubrican
2025-02-16 14:55:45 +01:00
parent eaa0b02e89
commit 0d3ed05155
2 changed files with 3 additions and 0 deletions

View File

@@ -55,6 +55,9 @@ func main() {
e.GET("/ws", initWs)
//favicon
e.File("/favicon.ico", "images/favicon.ico")
e.GET("/draw", draw.Page)
e.GET("/draw/ws", draw.InitWs)