This commit is contained in:
bobbydigitales
2024-02-15 22:57:26 -08:00
parent b07a93246f
commit 362876e167
5 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)