Commit ec9c7d8b authored by Gladys Forte's avatar Gladys Forte

Merge pull request #180 in RMS/api-main-service from gladys-dev2 to RMSv2

* commit 'b0025a7f':
  status user
parents b9291c4a b0025a7f
...@@ -4,6 +4,7 @@ from app.applicationlayer.utils import (CustomPagination, ...@@ -4,6 +4,7 @@ from app.applicationlayer.utils import (CustomPagination,
from app.applicationlayer.management.account.serializer import ChangeRequestList from app.applicationlayer.management.account.serializer import ChangeRequestList
from app.entities import models from app.entities import models
from rest_framework.response import Response from rest_framework.response import Response
from rest_framework import status
class UserList(APIView): class UserList(APIView):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment