Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Öhman committed Apr 1, 2021
1 parent d723254 commit 77d9d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added Screenshot 2021-03-06 123124.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
namespace Our.Umbraco.CopyVariant.Controllers
{
//Route: ~/Umbraco/Api/[YourControllerName]
public class CopyVariantApiController : UmbracoApiController

public class CopyVariantApiController : UmbracoAuthorizedApiController
{
[HttpGet]
public bool GetApi() => true;
Expand Down

0 comments on commit 77d9d9b

Please sign in to comment.