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")