Ver código fonte

added handler of choose payment

tags/v0.5
patrick 5 anos atrás
pai
commit
c3cea21da9
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      main.go

+ 1
- 0
main.go Ver arquivo

@@ -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)

Carregando…
Cancelar
Salvar