zmena url

This commit is contained in:
2025-10-17 12:45:44 +02:00
parent 6623d747ab
commit 57583e1436
2 changed files with 3 additions and 1 deletions

View File

@@ -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