Add files via upload

This commit is contained in:
Tomáš Dvořák
2025-05-22 12:16:58 +02:00
committed by GitHub
parent a6d2e2635f
commit 5dd287b622
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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")