Skip to content

Commit

Permalink
fix: websocket port missing /
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-abarzua committed Nov 17, 2023
1 parent a1e85c5 commit 622d89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/routers/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def list_configs() -> Dict[Any, Any]:
return {"configs": [str(f) for f in CONFIG_PATH.iterdir() if f.is_file()]}


@router.get("/websocket_info")
@router.get("/websocket_info/")
def websocket_info(
controller: ArmController = controller_dependency,
) -> Dict[Any, Any]:
Expand Down

0 comments on commit 622d89b

Please sign in to comment.