WuYiPei 5 лет назад
Родитель
Сommit
b16f4cc115
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Controller/UserController.py

+ 1 - 0
Controller/UserController.py

@@ -44,6 +44,7 @@ class authCodeView(TemplateView):
 
     @method_decorator(csrf_exempt)
     def dispatch(self, *args, **kwargs):
+		# testtest11111111111111
         return super(authCodeView, self).dispatch(*args, **kwargs)
 
     @ratelimit(key='ip', rate='2/m')