Skip to content

Commit 12cfef4

Browse files
authored
Merge pull request #23 from bet-blocker/feature/new-version
up
2 parents c755562 + 42f06c8 commit 12cfef4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Application/Application.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<PropertyGroup Condition=" '$(RunConfiguration)' == 'http' " />
1212

1313
<ItemGroup>
14-
<PackageReference Include="DotNetEnv" Version="3.1.1" />
1514
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
1615
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
1716
</ItemGroup>

Application/Controllers/APIManagerController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace Application.Controllers
66
{
77
[ApiController]
8-
[Route("api/v1")]
8+
[Route("v1")]
99
public class APIManagerController : ControllerBase
1010
{
1111
private readonly IBetBusiness _betBusiness;

0 commit comments

Comments
 (0)