fix bug of rancher nations code key in transaction

This commit is contained in:
2025-09-29 16:23:22 +03:30
parent c046c60f4a
commit bf1f75fba9
12 changed files with 62 additions and 2 deletions

View File

@@ -1 +1,6 @@
# Your urls go here
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'))
]