From 5dd287b622974b7998367ba50268ff503392a912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Dvo=C5=99=C3=A1k?= <150935816+Dvorinka@users.noreply.github.com> Date: Thu, 22 May 2025 12:16:58 +0200 Subject: [PATCH] Add files via upload --- index.html | 4 ++-- main.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 1dc6c8d..297c8ff 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@

Záznam služebních jízd

Jednoduchý systém pro evidenci a správu jízd služebními vozidly.

- + Otevřít aplikaci @@ -60,7 +60,7 @@

Kontaktní formulář

Formulář pro kontaktování vedení společnosti.

- + Otevřít diff --git a/main.go b/main.go index 3e87cd7..33dc336 100644 --- a/main.go +++ b/main.go @@ -68,7 +68,7 @@ func main() { log.Printf("Error running make dev: %v", err) } - http.Redirect(w, r, "/kontakt/", http.StatusFound) + http.Redirect(w, r, "http://localhost:8081/", http.StatusFound) })) port := os.Getenv("PORT")