fix bug of keys in transaction when they not in body data

This commit is contained in:
2025-09-29 16:47:48 +03:30
parent bf1f75fba9
commit f7d6545235
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
from django.urls import path, include
urlpatterns = [
path('web/', include('apps.notification.web.api.v1.urls')),
path('pos/', include('apps.notification.pos.api.v1.urls'))
# path('web/', include('apps.notification.web.api.v1.urls')),
# path('pos/', include('apps.notification.pos.api.v1.urls'))
]