Skip to content

Commit

Permalink
Merge pull request #55 from Yuanruitao/release-2.0
Browse files Browse the repository at this point in the history
bugfix: 2.0.0 版本二进制部署问题修复
  • Loading branch information
Yuanruitao authored Jul 19, 2024
2 parents dac64eb + 2d69231 commit 5e77595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ abstract class AbstractAuthExPermissionApi @Autowired constructor(
userId: String,
action: String
): Boolean {
return false
return true
}

companion object {
Expand Down

0 comments on commit 5e77595

Please sign in to comment.