add version 1 to Campaigns web api
This commit is contained in:
parent
83b229f4a1
commit
8494e77687
@ -6,7 +6,7 @@
|
|||||||
using Microsoft.eShopOnContainers.Services.Marketing.API.Model;
|
using Microsoft.eShopOnContainers.Services.Marketing.API.Model;
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
|
|
||||||
[Route("api/[controller]")]
|
[Route("api/v1/[controller]")]
|
||||||
public class CampaignsController : Controller
|
public class CampaignsController : Controller
|
||||||
{
|
{
|
||||||
private readonly MarketingContext _context;
|
private readonly MarketingContext _context;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user