From 962b5000d671faf484ff5c25cf582356d64ba67b Mon Sep 17 00:00:00 2001 From: Jose Franco Date: Thu, 19 Oct 2023 10:33:39 -0500 Subject: [PATCH] doc: Change in QR path example --- docker-compose.yml | 2 +- docs/openapi.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index afce6a8..ae170a6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: options: max-size: "200k" max-file: "10" - image: jffrancob/wa-multidevice:latest + image: jffrancob/wa-multidevice:0.0.3 command: --os=Linux --debug true --basic-auth=admin:password environment: - SERVER_URL=http://${API_HOST-localhost}:${API_PORT-3000} diff --git a/docs/openapi.yaml b/docs/openapi.yaml index a81d805..52c4311 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -857,7 +857,7 @@ components: example: 30 qr_link: type: string - example: 'http://localhost:3000/statics/images/qrcode/scan-qr-b0b7bb43-9a22-455a-814f-5a225c743310.png' + example: 'statics/images/qrcode/scan-qr-b0b7bb43-9a22-455a-814f-5a225c743310.png' GenericResponse: type: object properties: @@ -899,4 +899,4 @@ components: results: type: object example: null - description: 'additional data' \ No newline at end of file + description: 'additional data'