Translate keywords (#114)

This commit is contained in:
Niklas Fondberg
2022-07-01 11:54:51 +02:00
committed by GitHub
parent 35ad46cb6d
commit f8f91247cf
4 changed files with 90 additions and 13 deletions
+1 -1
View File
@@ -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,