refactor(HomeController): add fromRoute attributes

This commit is contained in:
2025-09-17 10:49:18 +02:00
parent c41c521fca
commit 56074c2b9f
2 changed files with 2 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ using EnvelopeGenerator.Domain.Constants;
using MediatR;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
namespace EnvelopeGenerator.Web.Controllers;