From 57583e1436c6bad6bb96bcfba07d14fa39406c3a Mon Sep 17 00:00:00 2001 From: prokopparuzek Date: Fri, 17 Oct 2025 12:45:44 +0200 Subject: [PATCH] zmena url --- klice.go | 2 +- templates/assignment.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/klice.go b/klice.go index 294c6ca..d526c93 100644 --- a/klice.go +++ b/klice.go @@ -12,7 +12,7 @@ import ( _ "github.com/mattn/go-sqlite3" ) -const domain = "http://localhost:8080" +const domain = "https://klice.h21.cz" const dbFile = "./klice.db" var db *sql.DB diff --git a/templates/assignment.html b/templates/assignment.html index c8ee001..e49d4e5 100644 --- a/templates/assignment.html +++ b/templates/assignment.html @@ -39,6 +39,8 @@
+
+ Nápověda k nalezení pozice: {{.PositionHint}}

Nápověda k nalezení cíle: {{.FinalClue}}

{{end}}