Implement Plunk email sending service with HttpClient integration and DTO definition.

This commit is contained in:
2026-01-25 13:43:25 +01:00
parent ba2a455a2b
commit d1a72876d2
4 changed files with 38 additions and 9 deletions

View File

@@ -68,9 +68,6 @@ app.UseHttpsRedirection();
app.UseAuthentication();
app.UseAuthorization();
// Map Auth Endpoints
app.MapIdentityApi<User>();
app.MapControllers();
// Frontend Fallback
app.MapFallbackToFile("index.html");