mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-18 14:53:36 +00:00
version info fix
This commit is contained in:
parent
040de30ef2
commit
50348926df
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ async def browse_work_dir():
|
|||
@requires_auth
|
||||
async def serve_index():
|
||||
gitinfo = git.get_git_info()
|
||||
return files.read_file("./webui/index.html", version_no=gitinfo["version"])
|
||||
return files.read_file("./webui/index.html", version_no=gitinfo["version"], version_time=gitinfo["commit_time"])
|
||||
|
||||
|
||||
# simple health check, just return OK to see the server is running
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue