Skip to content
Snippets Groups Projects
Commit 035d4c1d authored by Antoine Lambert's avatar Antoine Lambert
Browse files

origin_get_with_statuses: Rename RPC endpoint path

Align RPC endpoint path with method name.
parent d255fb3c
No related branches found
No related tags found
1 merge request!780origin_get_with_statuses: Rename RPC endpoint path
......@@ -1057,7 +1057,7 @@ class StorageInterface(Protocol):
"""
...
@remote_api_endpoint("origin/visit_status/get_all_latest")
@remote_api_endpoint("origin/visit/get_with_statuses")
def origin_visit_get_with_statuses(
self,
origin: str,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment