update
This commit is contained in:
parent
b7b707bd43
commit
9fc72f8b68
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ func (s *Server) handleFever(c *router.Context) {
|
||||||
c.JSON(http.StatusOK, map[string]interface{}{
|
c.JSON(http.StatusOK, map[string]interface{}{
|
||||||
"api_version": 1,
|
"api_version": 1,
|
||||||
"auth": 1,
|
"auth": 1,
|
||||||
"last_refreshed_on_time": 0,
|
"last_refreshed_on_time": getLastRefreshedOnTime(s.db.ListHTTPStates()),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue