Commit 032cd89
committed
fix(openapi): document recover account endpoint at its registered path
The OA\Post annotation for PostUserAccountRecoverHandler pointed to
/account/recover-identity, which is not a registered route. Use
/user/account/recover to match RoutesDelegator.
Fixes #5461 parent 45ad282 commit 032cd89
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
925 | 925 | | |
926 | 926 | | |
927 | 927 | | |
928 | | - | |
| 928 | + | |
929 | 929 | | |
930 | 930 | | |
931 | 931 | | |
| |||
0 commit comments