This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Patrick
/
wechat_hitxy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
create default menu succeed, menu is sample
master
Patrick Peng Sun
8 years ago
parent
2b3065f436
commit
d58ae9045f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
main.go
+ 1
- 0
main.go
View File
@@ -12,6 +12,7 @@ func main() {
http.HandleFunc("/", webrootHandler)
http.HandleFunc("/api", apiV1Main)
//http.ListenAndServe("127.0.0.1:65500", nil)
CreateDefaultMenu()
http.ListenAndServe(":65500", nil)
}
Write
Preview
Loading…
Cancel
Save