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.
/api
1 parent 4c9b18a commit 4d68000Copy full SHA for 4d68000
src/Initium/ApiController.cs
@@ -5,7 +5,7 @@
5
namespace Initium;
6
7
[ApiController]
8
-[Route("api/[controller]")]
+[Route("[controller]")]
9
[TypeFilter(typeof(ApiExceptionFilter))]
10
[TypeFilter(typeof(ApiResponseFilter))]
11
[TypeFilter(typeof(ImplicitValidationFilter))]
0 commit comments