We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2201acc commit 5a522edCopy full SHA for 5a522ed
RestApi/Controllers/ErrorController.cs
@@ -7,8 +7,7 @@
7
namespace RestApi.Controllers
8
{
9
[ApiController]
10
- [ApiVersion("1")]
11
- [ApiVersion("2")]
+ [ApiVersionNeutral]
12
[Route("api/[controller]")]
13
[OpenApiIgnore]
14
public class ErrorController : ControllerBase
0 commit comments