From 6b3f9574190303f499318e0a52b8e1da8d014b2e Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 23 Jun 2025 13:35:56 -0400 Subject: [PATCH] fix tag --- app/swagger/paths/Products.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/swagger/paths/Products.json b/app/swagger/paths/Products.json index db49dbb..e7fc072 100644 --- a/app/swagger/paths/Products.json +++ b/app/swagger/paths/Products.json @@ -1,11 +1,11 @@ { - "get": { + "post": { "tags": [ "Products" ], "summary": "User Products Request ", "description": "Initiate Login Request", - "operationId": "startLogin", + "operationId": "products", "requestBody": { "description": "Post JSON to conduct login request", "content": {