Add API tag in controll rout path

This commit is contained in:
Vikas Nale 2025-04-19 12:58:34 +05:30
parent dcd39db3b0
commit fa5a8c178d

View File

@ -10,6 +10,8 @@ using Microsoft.EntityFrameworkCore;
namespace Marco.Pms.Services.Controllers namespace Marco.Pms.Services.Controllers
{ {
[Route("api/[controller]")]
[ApiController]
public class MarketController : ControllerBase public class MarketController : ControllerBase
{ {
private readonly ApplicationDbContext _context; private readonly ApplicationDbContext _context;