Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunobento1990 committed Jul 10, 2024
1 parent fd44c84 commit 457cb6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OpenAdm.Api/Controllers/Pedidos/DownloadPedidoController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ namespace OpenAdm.Api.Controllers.Pedidos;

[ApiController]
[Route("pedidos")]
//[Autentica]
//[IsFuncionario]
[Autentica]
[IsFuncionario]
public class DownloadPedidoController : ControllerBase
{
private readonly IPedidoDownloadService _pedidoDownloadService;
Expand Down
2 changes: 1 addition & 1 deletion OpenAdm.Domain/OpenAdm.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Domain.Pkg" Version="1.0.74" />
<PackageReference Include="Domain.Pkg" Version="1.0.75" />
</ItemGroup>

</Project>

0 comments on commit 457cb6d

Please sign in to comment.