Sfoglia il codice sorgente

added handler of choose payment

tags/v0.5
patrick 5 anni fa
parent
commit
c3cea21da9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      main.go

+ 1
- 0
main.go Vedi 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)

Loading…
Annulla
Salva