|
@@ -105,7 +105,7 @@ func main() {
|
|
|
|
|
|
api.PrintConsole("Server is listening")
|
|
api.PrintConsole("Server is listening")
|
|
|
|
|
|
- http.ListenAndServe(":80", nil)
|
|
|
|
|
|
+ http.ListenAndServe(":8888", nil)
|
|
}
|
|
}
|
|
|
|
|
|
func wekanRedirect(w http.ResponseWriter, r *http.Request){
|
|
func wekanRedirect(w http.ResponseWriter, r *http.Request){
|