mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-05 04:52:58 +00:00
Add files via upload
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user