Skip to content
Snippets Groups Projects
Commit 83bfb3b0 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Fix typo in url

parent 7c0db68c
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ urlpatterns = [
path("api/v1/", include(timeslot_router.urls)),
path("api/v1/playout", json_playout),
path("api/v1/program/week", json_playout),
path("api/v1/program/<int:year>/<int:month>/<int:day>)/", json_day_schedule),
path("api/v1/program/<int:year>/<int:month>/<int:day>/", json_day_schedule),
path("api/v1/schema/", SpectacularAPIView.as_view(), name="schema"),
path(
"api/v1/schema/swagger-ui/",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment