We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3e18a commit d776a14Copy full SHA for d776a14
src/lib_components/service/RouteService.ts
@@ -217,7 +217,7 @@ const RouteService: IRouteService = {
217
`${NeonEnvironment.getWebHost()}/data-samples/data-management/data-revisions-releases/${release}`
218
),
219
getTaxonomicListsPath: (): string => (
220
- `${NeonEnvironment.getWebHost()}/taxonomic-lists`
+ `${NeonEnvironment.getApiHost()}/taxonomic-lists`
221
222
223
getDataProductCitationDownloadUrl: (): string => (
0 commit comments