2025-12-24 12:42:31 +03:00

8 lines
105 B
Python

from django.urls import path
app_name = 'notifications'
urlpatterns = [
# TODO: Add URL patterns
]