root 5 anni fa
parent
commit
c1bf506c91
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      main.go

+ 2 - 2
main.go

@@ -4,7 +4,7 @@ import (
 	"./api"
 	"./settings"
 	"fmt"
-	//"net/http"
+	"net/http"
 	"os"
 	"time"
 	// "./schedule"
@@ -105,7 +105,7 @@ func main() {
 
 	api.PrintConsole("Server is listening")
 
-	http.ListenAndServe(":8888", nil)
+	http.ListenAndServe(":7777", nil)
 }
 
 func wekanRedirect(w http.ResponseWriter, r *http.Request){