@@ -0,0 +1,6 @@
from django.urls import re_path
from resumen.views.resumen import Resumen
urlpatterns = [
re_path(r"^resumen/", Resumen.as_view(), name="resumen"),
]
The note is not visible to the blocked user.