changes docker file position

This commit is contained in:
jain
2023-06-27 16:53:38 +05:30
parent 2086dcb472
commit 8ff142ce2f
4 changed files with 0 additions and 1 deletions

View File

@ -194,4 +194,3 @@ class ReSendEmailOtp(viewsets.ModelViewSet):
return custom_response(SUCCESS_CODE['3016'], response_status=status.HTTP_200_OK)
else:
return custom_error_response(ERROR_CODE["2023"], response_status=status.HTTP_400_BAD_REQUEST)