Parcourir la source

added rpnNotify handler

tags/v0.5
patrick il y a 5 ans
Parent
révision
10a39fe889
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      main.go

+ 1
- 0
main.go Voir le fichier

@@ -11,6 +11,7 @@ func main() {

http.HandleFunc("/choosePayment", choosePayment)
http.HandleFunc("/rpnNameAndCard", rpnNameAndCard)
http.HandleFunc("/rpn_notify", rpnNotify) //called by rpn
// http.HandleFunc("/", Index)
// http.HandleFunc("/show", Show)
// http.HandleFunc("/new", New)

Chargement…
Annuler
Enregistrer