From faa98ec9c406c2d4223fc31a63ece088efc2be08 Mon Sep 17 00:00:00 2001 From: FyloZ Date: Sun, 30 May 2021 15:53:52 -0400 Subject: [PATCH] Correction de l'URL des PDFs des kits de retouche --- .../service/touchupkit/TouchUpKitService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/dev/fyloz/colorrecipesexplorer/service/touchupkit/TouchUpKitService.kt b/src/main/kotlin/dev/fyloz/colorrecipesexplorer/service/touchupkit/TouchUpKitService.kt index e17ba65..e847ec2 100644 --- a/src/main/kotlin/dev/fyloz/colorrecipesexplorer/service/touchupkit/TouchUpKitService.kt +++ b/src/main/kotlin/dev/fyloz/colorrecipesexplorer/service/touchupkit/TouchUpKitService.kt @@ -125,7 +125,7 @@ class TouchUpKitServiceImpl( "$TOUCH_UP_KIT_FILES_PATH/$this.pdf" private fun TouchUpKit.pdfUrl() = - "${configService.get(ConfigurationType.INSTANCE_URL)}$TOUCH_UP_KIT_CONTROLLER_PATH/pdf?job=$project" + "${configService.get(ConfigurationType.INSTANCE_URL).content}$TOUCH_UP_KIT_CONTROLLER_PATH/pdf?job=$project" private fun cacheGeneratedFiles() = configService.get(ConfigurationType.TOUCH_UP_KIT_CACHE_PDF).content == "true"