Add files via upload

This commit is contained in:
Tomáš Dvořák
2025-05-23 12:21:34 +02:00
committed by GitHub
parent 5ff877526e
commit 0a80a51104
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ func main() {
}
log.Printf("Server starting on port %s", port)
log.Printf("Access the application at: http://localhost:%s", port)
log.Printf("Access the application at: http://webportal:%s", port)
log.Fatal(http.ListenAndServe(":"+port, nil))
}