This commit is contained in:
bobbydigitales
2023-11-11 20:44:58 -08:00
parent 86db7b6569
commit 352ae73f6e
5 changed files with 87 additions and 29 deletions

View File

@@ -52,7 +52,7 @@ func (lh *LoggingHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
func main() {
dir := "./"
port := 9000
port := 80
addr := ":" + strconv.Itoa(port)
log.Printf("Starting server on %s", addr)