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: