Implement Plunk email sending service with HttpClient integration and DTO definition.
This commit is contained in:
@@ -68,9 +68,6 @@ app.UseHttpsRedirection();
|
||||
app.UseAuthentication();
|
||||
app.UseAuthorization();
|
||||
|
||||
// Map Auth Endpoints
|
||||
app.MapIdentityApi<User>();
|
||||
|
||||
app.MapControllers();
|
||||
// Frontend Fallback
|
||||
app.MapFallbackToFile("index.html");
|
||||
|
||||
Reference in New Issue
Block a user