Skip to content

Commit

Permalink
add change
Browse files Browse the repository at this point in the history
  • Loading branch information
Andiiiiiiyy committed Oct 25, 2023
1 parent 2f87118 commit 6fcf7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot-server/robot_server/health/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_door_switch_required() -> bool:

@health_router.get(path='/version', status_code=status.HTTP_200_OK)
async def get_version():
return {"version": "firerock-stable-6.3.1"}
return {"version": "using firerock-stable-6.3.1"}

@health_router.get(
"/robot/door/status",
Expand Down

0 comments on commit 6fcf7ed

Please sign in to comment.