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 d776a14 commit da616f4Copy full SHA for da616f4
lib/service/RouteService.js
@@ -73,7 +73,7 @@ var RouteService = {
73
return "".concat(_NeonEnvironment.default.getWebHost(), "/data-samples/data-management/data-revisions-releases/").concat(release);
74
},
75
getTaxonomicListsPath: function getTaxonomicListsPath() {
76
- return "".concat(_NeonEnvironment.default.getWebHost(), "/taxonomic-lists");
+ return "".concat(_NeonEnvironment.default.getApiHost(), "/taxonomic-lists");
77
78
getDataProductCitationDownloadUrl: function getDataProductCitationDownloadUrl() {
79
return (// TODO: replace with web host once switch over happens
0 commit comments