No description
Find a file
Tony Bark 60713c20e2 Refactor todo API endpoints and constants
Introduced constants for API name, version, and todo route. Refactored todo endpoints to use appropriate HTTP methods (GET, POST, PUT, DELETE) and updated route paths for clarity and RESTful design. Removed duplicate and incorrect endpoint mappings.
2025-11-29 13:15:58 -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 Refactor todo API endpoints and constants 2025-11-29 13:15:58 -05:00
Todo.cs Initial source commit 🎉 2025-11-27 12:15:50 -05:00