fix: Updates imports
This commit is contained in:
parent
0e259bd40f
commit
0ca48545bd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
from django.urls import path
|
from django.urls import path
|
||||||
from .api import CongressScheduleXMLView, HackertoursMarkdownView
|
from .api import CongressScheduleXMLView, CongressScheduleJSONView, HackertoursMarkdownView
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path(
|
path(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue