This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
fix error merge
pull/809/head
Christian Arenas
7 years ago
parent
82182e3184
commit
385f1f094a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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]
Write
Preview
Loading…
Cancel
Save