Translate keywords (#114)
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ const imageServerApi = new ImageServerApi();
|
||||
const interiorsLambdaApi = new InteriorsLambdaAPI();
|
||||
const interiorApi = new InteriorAPI(knexConfig, imageServerApi);
|
||||
const printProductDefaultsApi = new PrintProductDefaultsAPI(knexConfig);
|
||||
const keywordApi = new KeywordAPI(knexConfig);
|
||||
const keywordApi = new KeywordAPI(knexConfig, textsApi);
|
||||
const orderApi = new OrderAPI(knexConfig);
|
||||
const productApi = new ProductAPI(
|
||||
knexConfig,
|
||||
|
||||
Reference in New Issue
Block a user