This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Patrick
/
rpn.supertraderfx-cn
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
adding asking name and card handler
tags/v0.5
patrick
5 years ago
parent
eb85bc2c10
commit
067ec54b32
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.go
+ 1
- 1
main.go
View File
@@ -8,7 +8,7 @@ import (
func main() {
readConfig()
http.HandleFunc("/", StartPay)
http.HandleFunc("/rpnNameAndCard", rpnNameAndCard)
// http.HandleFunc("/", Index)
// http.HandleFunc("/show", Show)
// http.HandleFunc("/new", New)
Write
Preview
Loading…
Cancel
Save