From 69df0588840d3f2a4826c06f81d14533a666dee0 Mon Sep 17 00:00:00 2001 From: ddangelorb Date: Tue, 24 Aug 2021 15:17:46 -0300 Subject: [PATCH] Improving ForgotPwd structure --- index.html | 2 +- swagger.yaml | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 16ba051..f1078e7 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/swagger.yaml b/swagger.yaml index d30093c..a719feb 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -17,13 +17,11 @@ tags: description: Operations about users paths: /forgotpasswords/findallforgotpasswordquestions: - post: + get: tags: - forgotpasswords summary: ${ForgotPasswordsController.findallforgotpasswordquestions} - operationId: findallforgotpasswordquestionsUsingPOST - consumes: - - application/json + operationId: findallforgotpasswordquestionsUsingGET produces: - '*/*' responses: