mirror of
https://github.com/ae-utbm/sith.git
synced 2025-09-13 11:35:44 +00:00
simplify timetable generator url
This commit is contained in:
@@ -2,4 +2,4 @@ from django.urls import path
|
||||
|
||||
from timetable.views import GeneratorView
|
||||
|
||||
urlpatterns = [path("generator/", GeneratorView.as_view(), name="generator")]
|
||||
urlpatterns = [path("", GeneratorView.as_view(), name="generator")]
|
||||
|
Reference in New Issue
Block a user