No description
Find a file
Tony Bark 45dff673f8 Fix todo route paths and simplify delete logic
Added leading slashes to todo route paths. Updated the Created result path in the POST endpoint. Simplified the DELETE endpoint logic by inverting the not-found check and reducing nesting.
2025-12-06 21:13:37 -05:00
.idea/.idea.barkapi.dir/.idea Initial source commit 🎉 2025-11-27 12:15:50 -05:00
Properties Initial source commit 🎉 2025-11-27 12:15:50 -05:00
.gitignore Initial source commit 🎉 2025-11-27 12:15:50 -05:00
appsettings.Development.json Initial source commit 🎉 2025-11-27 12:15:50 -05:00
appsettings.json Initial source commit 🎉 2025-11-27 12:15:50 -05:00
Bark.Api.csproj Initial source commit 🎉 2025-11-27 12:15:50 -05:00
GlobalUsing.cs Initial source commit 🎉 2025-11-27 12:15:50 -05:00
Program.cs Fix todo route paths and simplify delete logic 2025-12-06 21:13:37 -05:00
Todo.cs Initial source commit 🎉 2025-11-27 12:15:50 -05:00