Skip to content

Commit c349596

Browse files
committed
Merge branch 'marketingcampaign' of https://github.com/dotnet-architecture/eShopOnContainers into marketingcampaign
# Conflicts: # src/Services/Marketing/Marketing.API/Controllers/CampaignsController.cs
2 parents 3e47c84 + 8494e77 commit c349596

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/Services/Marketing/Marketing.API/Controllers/CampaignsController.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
using System.Collections.Generic;
1010

1111
[Route("api/v1/[controller]")]
12-
//[Authorize]
12+
[Authorize]
1313
public class CampaignsController : Controller
1414
{
1515
private readonly MarketingContext _context;
@@ -19,7 +19,6 @@ public CampaignsController(MarketingContext context)
1919
_context = context;
2020
}
2121

22-
2322
[HttpGet]
2423
public async Task<IActionResult> GetAllCampaigns()
2524
{

src/Services/Marketing/Marketing.API/Model/Campaing.cs renamed to src/Services/Marketing/Marketing.API/Model/Campaign.cs

File renamed without changes.

0 commit comments

Comments
 (0)