This commit is contained in:
bobbydigitales
2023-11-11 20:44:58 -08:00
parent d5c2f1694e
commit 6cd5a04cc1
6 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)