Commit 5f689eb0 authored by Gladys Forte's avatar Gladys Forte

update 1

parent 714cc71f
...@@ -86,7 +86,7 @@ class NotificationsViewset(meviewsets.ModelViewSet): ...@@ -86,7 +86,7 @@ class NotificationsViewset(meviewsets.ModelViewSet):
return Response(message, return Response(message,
status=status.HTTP_500_INTERNAL_SERVER_ERROR) status=status.HTTP_500_INTERNAL_SERVER_ERROR)
# comment
@action(methods=["PATCH"], detail=True) @action(methods=["PATCH"], detail=True)
def seen(self, request, account_no=None, **kwargs): def seen(self, request, account_no=None, **kwargs):
try: try:
......
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