diff --git a/main.go b/main.go index 4a963be..42c2786 100644 --- a/main.go +++ b/main.go @@ -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)