We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dab18 commit 42f06c8Copy full SHA for 42f06c8
Application/Application.csproj
@@ -11,7 +11,6 @@
11
<PropertyGroup Condition=" '$(RunConfiguration)' == 'http' " />
12
13
<ItemGroup>
14
- <PackageReference Include="DotNetEnv" Version="3.1.1" />
15
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
16
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
17
</ItemGroup>
Application/Controllers/APIManagerController.cs
@@ -5,7 +5,7 @@
5
namespace Application.Controllers
6
{
7
[ApiController]
8
- [Route("api/v1")]
+ [Route("v1")]
9
public class APIManagerController : ControllerBase
10
private readonly IBetBusiness _betBusiness;
0 commit comments