Skip to content

Commit

Permalink
Updated by npm run lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarkel-neon committed Sep 28, 2021
1 parent d776a14 commit da616f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/service/RouteService.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var RouteService = {
return "".concat(_NeonEnvironment.default.getWebHost(), "/data-samples/data-management/data-revisions-releases/").concat(release);
},
getTaxonomicListsPath: function getTaxonomicListsPath() {
return "".concat(_NeonEnvironment.default.getWebHost(), "/taxonomic-lists");
return "".concat(_NeonEnvironment.default.getApiHost(), "/taxonomic-lists");
},
getDataProductCitationDownloadUrl: function getDataProductCitationDownloadUrl() {
return (// TODO: replace with web host once switch over happens
Expand Down

0 comments on commit da616f4

Please sign in to comment.