增加了题目的 model 修改几个 typo
This commit is contained in:
@@ -36,3 +36,11 @@ class UserRegisterView(APIView):
|
||||
|
||||
def post(self, request):
|
||||
pass
|
||||
|
||||
|
||||
class UserChangePasswordView(APIView):
|
||||
def get(self, request):
|
||||
pass
|
||||
|
||||
def post(self, request):
|
||||
pass
|
||||
Reference in New Issue
Block a user