wiring up new auth endpoint
This commit is contained in:
parent
b6999cef0a
commit
a13fb49942
17 changed files with 850 additions and 37 deletions
|
@ -29,7 +29,7 @@ namespace Sledgemapper.Api.Controllers
|
|||
}
|
||||
|
||||
[HttpGet]
|
||||
public async Task<List<Core.Entities.Campaign>> Get()
|
||||
public async Task<List<Campaign>> Get()
|
||||
{
|
||||
var result = await _mediator.Send(new GetCampaignsCommand(UserId));
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue