Explorar el Código

typo bug fix

master
sp hace 4 años
padre
commit
222c8bd929
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      apiV1login.go

+ 1
- 1
apiV1login.go Ver fichero

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

Cargando…
Cancelar
Guardar