This commit is contained in:
bobbydigitales
2024-02-15 22:57:26 -08:00
parent bb214c9d85
commit 77c368de36
4 changed files with 58 additions and 12 deletions

View File

@@ -73,7 +73,7 @@ func noDirListing(h http.Handler, root string) http.HandlerFunc {
func main() {
dir := "./"
port := 80
port := 6789
addr := ":" + strconv.Itoa(port)
log.Printf("Starting server on %s", addr)