fix bug
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -781,10 +781,10 @@ class DocView(GenericView, DocHandler): | ... | @@ -781,10 +781,10 @@ class DocView(GenericView, DocHandler): |
| 781 | 781 | ||
| 782 | 782 | ||
| 783 | class CompareResultView(GenericView): | 783 | class CompareResultView(GenericView): |
| 784 | # permission_classes = [] | 784 | permission_classes = [] |
| 785 | # authentication_classes = [] | 785 | authentication_classes = [] |
| 786 | permission_classes = [IsAuthenticated] | 786 | # permission_classes = [IsAuthenticated] |
| 787 | authentication_classes = [OAuth2AuthenticationWithUser] | 787 | # authentication_classes = [OAuth2AuthenticationWithUser] |
| 788 | 788 | ||
| 789 | # 获取比对结果 | 789 | # 获取比对结果 |
| 790 | @use_args(compare_result_args, location='querystring') | 790 | @use_args(compare_result_args, location='querystring') | ... | ... |
-
Please register or sign in to post a comment