From 5703c81383dce900775c51f30ae14b37f7f095a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=B9=D9=8A=D9=86?= Date: Fri, 17 May 2024 03:06:22 +0300 Subject: [PATCH] fix curl command for expire ticket --- docs/get_started/tour.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get_started/tour.mdx b/docs/get_started/tour.mdx index 1226e17e..619c1081 100644 --- a/docs/get_started/tour.mdx +++ b/docs/get_started/tour.mdx @@ -399,7 +399,7 @@ Then call the `unreserve` handler on the `TicketObject`. Once you have added this to the code, call the `CartObject/expireTicket` handler: ```shell -curl localhost:8080/CartObject/Mary/expireTicket-H 'content-type: application/json' -d '"seat2B"' +curl localhost:8080/CartObject/Mary/expireTicket -H 'content-type: application/json' -d '"seat2B"' ```
Service logs