fix trailing slashes
This commit is contained in:
parent
8105504980
commit
d230ed34bb
|
@ -4,7 +4,7 @@ from . import views
|
|||
from .views import ColleListView
|
||||
|
||||
urlpatterns = [
|
||||
path("/", lambda req: redirect("colloscope:dashboard"), name="home"),
|
||||
path("", lambda req: redirect("colloscope:dashboard"), name="home"),
|
||||
path("table/", views.colloscope, name="table"),
|
||||
path("dashboard/", views.dashboard, name="dashboard"),
|
||||
path("export.pdf", views.export, name="export"),
|
||||
|
|
Loading…
Reference in New Issue