Skip to content

Commit

Permalink
#124 Fixed Document category
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGeering committed Aug 30, 2020
1 parent 454329b commit e5eb6a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace AdminAssistant.WebAPI.v1
{
[ApiController]
[Route("api/v1/core/[controller]")]
[ApiExplorerSettings(GroupName = "Core - Currency")]
[ApiExplorerSettings(GroupName = "Documents - Document")]
public class DocumentController : WebAPIControllerBase
{
public DocumentController(IMapper mapper, IMediator mediator, ILoggingProvider loggingProvider)
Expand Down

0 comments on commit e5eb6a4

Please sign in to comment.