Skip to content

Commit

Permalink
Merge pull request #23 from bet-blocker/feature/new-version
Browse files Browse the repository at this point in the history
up
  • Loading branch information
brnmnz authored Dec 5, 2024
2 parents c755562 + 42f06c8 commit 12cfef4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Application/Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<PropertyGroup Condition=" '$(RunConfiguration)' == 'http' " />

<ItemGroup>
<PackageReference Include="DotNetEnv" Version="3.1.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Application/Controllers/APIManagerController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace Application.Controllers
{
[ApiController]
[Route("api/v1")]
[Route("v1")]
public class APIManagerController : ControllerBase
{
private readonly IBetBusiness _betBusiness;
Expand Down

0 comments on commit 12cfef4

Please sign in to comment.