Skip to content

Commit

Permalink
Merge pull request #331 from IMBlues/development
Browse files Browse the repository at this point in the history
fix: 豁免 SaaS 版本日志接口
  • Loading branch information
IMBlues authored Mar 23, 2022
2 parents 1ba204e + c4f74c2 commit 312d233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/saas/bkuser_shell/version_log/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@


class VersionLogViewSet(BkUserApiViewSet):
permission_classes: list = []

@swagger_auto_schema(responses={status.HTTP_200_OK: VersionLogSet}, tags=["version_log"])
def list(self, request):
try:
Expand Down

0 comments on commit 312d233

Please sign in to comment.