Skip to content

Commit d776a14

Browse files
committed
Changed path to use API host.
1 parent ff3e18a commit d776a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib_components/service/RouteService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ const RouteService: IRouteService = {
217217
`${NeonEnvironment.getWebHost()}/data-samples/data-management/data-revisions-releases/${release}`
218218
),
219219
getTaxonomicListsPath: (): string => (
220-
`${NeonEnvironment.getWebHost()}/taxonomic-lists`
220+
`${NeonEnvironment.getApiHost()}/taxonomic-lists`
221221
),
222222

223223
getDataProductCitationDownloadUrl: (): string => (

0 commit comments

Comments
 (0)