From df4838b1651d7e0fdc3ff961b3f5c342c9f4e91f Mon Sep 17 00:00:00 2001 From: Usama Khan Date: Wed, 26 Feb 2025 23:06:17 -0800 Subject: [PATCH] fix path --- src/main/resources/application-prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index c69b363..1f8f01f 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -34,7 +34,7 @@ ctp: printer: ipAdd: 172.16.53.53 port: 9100 - stitchQRPath: ./src/main/resources/static/sample_qr_output.pdf + stitchQRPath: src/main/resources/static/sample_qr_output.pdf bundleIpAdd: 172.16.53.22 bundlePort: 9100 - bundlePath: ./src/main/resources/static/bundle.pdf \ No newline at end of file + bundlePath: src/main/resources/static/bundle.pdf \ No newline at end of file