Skip to content

Commit

Permalink
Update DispatchEndpoint.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Jun 13, 2022
1 parent 9006904 commit 350ec54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Elsa.Activities.Http.Endpoints.Signals
[ApiController]
[Route("signals/dispatch/{token}")]
[Produces("application/json")]
[Authorize()]
[Authorize]
public class DispatchEndpoint : ControllerBase
{
private readonly ISignaler _signaler;
Expand Down

0 comments on commit 350ec54

Please sign in to comment.