Skip to content

Commit

Permalink
Merge pull request #304 from alejoroman0605/permission_bug
Browse files Browse the repository at this point in the history
Permission bug
  • Loading branch information
WillStrohl authored Jan 12, 2024
2 parents 51954b0 + d4fb3d0 commit 51d6df2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions generators/spa/templates/Vue3JS/Module.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
<Content Include="client-app\public\favicon.ico" />
<Content Include="client-app\public\index.html" />
<Content Include="client-app\src\assets\api.js" />
<Content Include="client-app\src\assets\utils.js" />
<Content Include="client-app\src\main.js" />
<Content Include="client-app\src\plugins\index.js" />
<Content Include="client-app\src\store\index.js" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace <%= fullNamespace %>.Services
{
[Authorize]
[DnnAuthorize]
public class ItemsController : DnnApiController
{
private readonly ItemsRepository _itemRepository;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace <%= fullNamespace %>.Services
/// <summary>
/// Controller for retrieving localized resource strings.
/// </summary>
[Authorize]
[DnnAuthorize]
public class ResxController : DnnApiController
{
/// <summary>
Expand Down

0 comments on commit 51d6df2

Please sign in to comment.