Set path to /epcqrcode/v1

This commit is contained in:
dankito 2023-04-10 19:21:05 +02:00
parent 64427fe27e
commit 6a8ba4cadd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import javax.ws.rs.core.MediaType
import javax.ws.rs.core.Response import javax.ws.rs.core.Response
@Path("/qrcode") @Path("/epcqrcode/v1")
class EpcQrCodeResource { class EpcQrCodeResource {
companion object { companion object {