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