Selaa lähdekoodia

typo bug fix

master
sp 4 vuotta sitten
vanhempi
commit
222c8bd929
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      apiV1login.go

+ 1
- 1
apiV1login.go Näytä tiedosto

@@ -43,7 +43,7 @@ func apiV1Login(w http.ResponseWriter, r *http.Request, ss *loan.Session) {
return
} else {
//Audit user login, in db
log.Info("login success", l.Login)
log.Info("login success ", l.Login)
}

//format response

Loading…
Peruuta
Tallenna