add new model and change offer models
This commit is contained in:
12
core/apps/counterparty/urls.py
Normal file
12
core/apps/counterparty/urls.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from django.urls import path, include
|
||||
|
||||
from core.apps.counterparty.views import counterparty as cp_views
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path('counterparty/', include(
|
||||
[
|
||||
path('list/', cp_views.CounterpartyListApiView.as_view()),
|
||||
]
|
||||
))
|
||||
]
|
||||
Reference in New Issue
Block a user