Skip to content

Commit 1308bc2

Browse files
committed
[BUG] Fix endpoint
1 parent 8d84e90 commit 1308bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsurface/interfaces/liquid_earth/rest_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _put_file_in_project(self, project_id: str, data_name, data_type: DataTypes,
103103
def _post_update_meta_data(self, project_id: str, data_name: str, data_type: DataTypes):
104104

105105
query_param = f"?project_id={project_id}&data_id={data_name}&data_type={data_type.value}"
106-
end_point = "http://localhost:7071/api/update_project_meta" + query_param
106+
end_point = "subsurface-lite/v1/update_project_meta" + query_param
107107

108108
response = requests.post(end_point)
109109

0 commit comments

Comments
 (0)