Spaces:
Running
Running
from django.urls import path | |
from gerar_documento.views import ResumoSimplesCursorCompletoView | |
urlpatterns = [ | |
path( | |
"gerar-documento", | |
ResumoSimplesCursorCompletoView.as_view(), | |
name="summary-cursor-completo-pdf", | |
), | |
] | |