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 bd4ac8d commit 9590ec7Copy full SHA for 9590ec7
15/umbraco-cms/implementation/unit-testing.md
@@ -166,7 +166,7 @@ See [Reference documentation on UmbracoApiControllers](../reference/routing/umbr
166
```csharp
167
[ApiController]
168
[Route("/umbraco/api/products")]
169
-public class ProductsController : UmbracoApiController
+public class ProductsController : Controller
170
{
171
public IEnumerable<string> GetAllProducts()
172
0 commit comments