浏览代码

change port

root 5 年之前
父节点
当前提交
c1bf506c91
共有 1 个文件被更改,包括 2 次插入2 次删除
  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){