docs: correct pending-registration route references to api/pendingregistration

This commit is contained in:
daniel-c-harvey
2026-06-19 22:53:59 -04:00
parent e6d5b9b77a
commit 0708bb7352
2 changed files with 3 additions and 3 deletions
@@ -141,7 +141,7 @@ already present in the CMS.
The clients those ViewModels use call the AuthBlocks **API** surface, which `DeepDrftAPI` already
mounts via `app.MapAuthBlocks()` (`Program.cs:184`): `api/auth/*` (incl. `admin-register`, `register`,
`roles`), `api/users/*`, `api/roles/*`, `api/user-roles/*`, `api/pending-registration/*`. `AddAuthBlocks`
`roles`), `api/users/*`, `api/roles/*`, `api/user-roles/*`, `api/pendingregistration/*`. `AddAuthBlocks`
+ `UseAuthBlocksStartupAsync` (migrate + seed) are wired, and the Auth DB + secrets live in
`DeepDrftAPI/environment/`. This all landed with the startup separation.