Selaa lähdekoodia

added handler of choose payment

tags/v0.5
patrick 6 vuotta sitten
vanhempi
commit
c3cea21da9
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      main.go

+ 1
- 0
main.go Näytä tiedosto

func main() { func main() {
readConfig() readConfig()
http.HandleFunc("/", StartPay) http.HandleFunc("/", StartPay)
http.HandleFunc("/choosePayment", choosePayment)
http.HandleFunc("/rpnNameAndCard", rpnNameAndCard) http.HandleFunc("/rpnNameAndCard", rpnNameAndCard)
// http.HandleFunc("/", Index) // http.HandleFunc("/", Index)
// http.HandleFunc("/show", Show) // http.HandleFunc("/show", Show)

Loading…
Peruuta
Tallenna