Skip to content
Snippets Groups Projects
Commit c9f7280d authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Update route for dataset families

parent 2f21ba0f
No related branches found
No related tags found
2 merge requests!813.1,!753.1
......@@ -29,6 +29,6 @@ export class DatasetService {
}
retrieveDatasetFamilyList() {
return this.http.get<Family[]>(this.API_PATH + '/family/dataset');
return this.http.get<Family[]>(this.API_PATH + '/instance/' + this.instanceName + '/dataset-family');
}
}
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