UI updates/backend/pipeline

This commit is contained in:
2026-03-15 22:51:26 +00:00
parent 48b015e095
commit 1d7aa31a11
13 changed files with 807 additions and 734 deletions

View File

@@ -9,6 +9,7 @@ using Microsoft.EntityFrameworkCore;
namespace Seasoned.Backend.Controllers;
[Authorize]
[ApiController]
[Route("api/recipe")]
public class RecipeController : ControllerBase