File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/lib_components/components/NeonEnvironment Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export interface INeonEnvironment {
88
88
getAuthApiPath : Record < string , ( ) => string > ;
89
89
getDownloadApiPath : Record < string , ( ) => string > ;
90
90
91
- getDataProductsTaxonTypesPath : ( ) => string ;
91
+ getDataProductTaxonTypesPath : ( ) => string ;
92
92
getTaxonTypeDataProductsPath : ( ) => string ;
93
93
94
94
getAuthPath : Record < string , ( ) => string > ;
@@ -192,7 +192,7 @@ const NeonEnvironment: INeonEnvironment = {
192
192
getAuth0 : ( ) => '/consumer/topic/auth0' ,
193
193
} ,
194
194
195
- getDataProductsTaxonTypesPath : ( ) : string => `${ NeonEnvironment . getFullApiPath ( 'taxonomy' ) } /types` ,
195
+ getDataProductTaxonTypesPath : ( ) : string => `${ NeonEnvironment . getFullApiPath ( 'taxonomy' ) } /types` ,
196
196
getTaxonTypeDataProductsPath : ( ) : string => `${ NeonEnvironment . getFullApiPath ( 'taxonomy' ) } /products` ,
197
197
198
198
getVisusProductsBaseUrl : ( ) : Undef < string > => process . env . REACT_APP_NEON_VISUS_PRODUCTS_BASE_URL ,
You can’t perform that action at this time.
0 commit comments