mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 15:00:54 +00:00
fixed mux1 to mux
This commit is contained in:
parent
d9e4836715
commit
99b1c5c54b
@ -32,7 +32,7 @@
|
|||||||
// mux := http.NewServeMux()
|
// mux := http.NewServeMux()
|
||||||
// mux.HandleFunc("/hello", handler)
|
// mux.HandleFunc("/hello", handler)
|
||||||
//
|
//
|
||||||
// err := grace.ListenAndServe("localhost:8080", mux1)
|
// err := grace.ListenAndServe("localhost:8080", mux)
|
||||||
// if err != nil {
|
// if err != nil {
|
||||||
// log.Println(err)
|
// log.Println(err)
|
||||||
// }
|
// }
|
||||||
|
Loading…
Reference in New Issue
Block a user