Browse Source

Improving ForgotPwd structure

main
ddangelorb 3 years ago
parent
commit
69df058884
  1. 2
      index.html
  2. 6
      swagger.yaml

2
index.html

@ -1,5 +1,5 @@
<!DOCTYPE html>
<!-- V1.0.1-->
<!-- V1.0.0-->
<html lang="en">
<head>

6
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:

Loading…
Cancel
Save