Finished the project.

This commit is contained in:
Batuhan Berk Başoğlu 2024-02-09 00:19:21 -05:00
parent 753967d4f5
commit b5dcb71080
35 changed files with 130 additions and 139 deletions

View file

@ -9,7 +9,7 @@ using TodoApi.Models;
namespace TodoApi.Controllers
{
[Route("api/[controller]")]
[Route("api/[controller]/posts")]
[ApiController]
public class TodoItemsController : ControllerBase
{