Browse Source

fix error merge

pull/809/head
Christian Arenas 7 years ago
parent
commit
385f1f094a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Services/Marketing/Marketing.API/Controllers/CampaignsController.cs

+ 1
- 0
src/Services/Marketing/Marketing.API/Controllers/CampaignsController.cs View File

@ -7,6 +7,7 @@
using Microsoft.EntityFrameworkCore;
using Microsoft.eShopOnContainers.Services.Marketing.API.Dto;
using System.Collections.Generic;
using Microsoft.AspNetCore.Authorization;
[Route("api/v1/[controller]")]
[Authorize]


Loading…
Cancel
Save