notif urls
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from apps.notification.models import Notification
|
||||
from rest_framework.response import Response
|
||||
from rest_framework import viewsets
|
||||
from rest_framework import status
|
||||
from django.db import transaction
|
||||
|
||||
|
||||
class NotificationViewSet(viewsets.ModelViewSet):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user