feat: add new api and fix some problems
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from django.urls import path
|
||||
|
||||
from core.apps.documents.views.contract import ValuationReportPDFView
|
||||
from core.apps.documents.views.executor import ExecutorInfoView
|
||||
|
||||
urlpatterns = [
|
||||
path('generate-contract-pdf/<int:pk>/', ValuationReportPDFView.as_view(), name='generate_contract_pdf'),
|
||||
path('executor-info/', ExecutorInfoView.as_view(), name='executor_info'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user