2025-09-29 16:23:22 +03:30
|
|
|
from django.urls import path, include
|
|
|
|
|
|
|
|
|
|
urlpatterns = [
|
2025-09-29 16:47:48 +03:30
|
|
|
# path('web/', include('apps.notification.web.api.v1.urls')),
|
|
|
|
|
# path('pos/', include('apps.notification.pos.api.v1.urls'))
|
2025-09-29 16:23:22 +03:30
|
|
|
]
|