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
added handler of choose payment
tags/v0.5
patrick
5 years ago
parent
8447ea87e4
commit
c3cea21da9
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
@@ -8,6 +8,7 @@ import (
func main() {
readConfig()
http.HandleFunc("/", StartPay)
http.HandleFunc("/choosePayment", choosePayment)
http.HandleFunc("/rpnNameAndCard", rpnNameAndCard)
// http.HandleFunc("/", Index)
// http.HandleFunc("/show", Show)
Write
Preview
Loading…
Cancel
Save