Merge branch 'dev' of github.com:KiwiTechLLC/ZODBank-Backend into 26june_sprint1

This commit is contained in:
jain
2023-06-27 17:31:00 +05:30
50 changed files with 0 additions and 1 deletions

View File

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