fixed page timing
This commit is contained in:
parent
f90e8b84b2
commit
61fcf2dcfe
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ func (c *Context) Exec() {
|
|||
c.Data.Admin = c.Admin()
|
||||
c.Data.User = c.User()
|
||||
c.Data.Login = c.LoggedOn()
|
||||
c.Data.Time = time.Since(c.Time).Nanoseconds() / 1e5
|
||||
c.Data.Time = time.Since(c.Time).Nanoseconds() / 1e6
|
||||
|
||||
if c.Data.Msg != "" {
|
||||
c.Status = http.StatusBadRequest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue