This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Biukop
/
SFM-loan-Rest-Api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
typo bug fix
master
sp
4 years ago
parent
9cd7c91693
commit
222c8bd929
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
apiV1login.go
+ 1
- 1
apiV1login.go
View File
@@ -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
Write
Preview
Loading…
Cancel
Save