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 ddf28ee commit 5405aeaCopy full SHA for 5405aea
README.md
@@ -68,7 +68,7 @@ public class TestController : Controller
68
69
#### API Contract Definition (Default HttpMethod is HttpGet)
70
```csharp
71
-// This APIs expose methods from localhost:5000 and localhost:5001 as configured on ProxySettings
+// This API expose methods from localhost:5000 and localhost:5001 as configured on ProxySettings
72
[ApiRoute("api/[controller]", regionKey: "Main")]
73
public interface IGuidelineApi : IApiContract
74
{
0 commit comments