docs: correct pending-registration route references to api/pendingregistration
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user