Add API tag in controll rout path
This commit is contained in:
parent
dcd39db3b0
commit
fa5a8c178d
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user