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
using test config
tags/v0.5
patrick
5 years ago
parent
a1d904ec21
commit
b5eb418b28
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
main.go
+ 2
- 1
main.go
View File
@@ -6,7 +6,8 @@ import (
)
func main() {
readConfig()
//readConfig()
readConfigForTest()
http.HandleFunc("/", StartPay)
http.HandleFunc("/choosePayment", choosePayment)
http.HandleFunc("/rpnNameAndCard", rpnNameAndCard)
Write
Preview
Loading…
Cancel
Save