Implemented ability to reset a user's password.
This commit is contained in:
parent
6309ae9dd3
commit
8220709b4c
4 changed files with 31 additions and 4 deletions
|
|
@ -42,10 +42,8 @@ namespace API
|
|||
{
|
||||
app.UseSwagger();
|
||||
app.UseSwaggerUI(c => c.SwaggerEndpoint("/swagger/v1/swagger.json", "API v1"));
|
||||
app.UseHangfireDashboard();
|
||||
}
|
||||
|
||||
|
||||
app.UseHangfireDashboard();
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue