bornhack-website/src/bornhack/routing.py

9 lines
125 B
Python
Raw Normal View History

from program.consumers import ScheduleConsumer
channel_routing = [
ScheduleConsumer.as_route(path=r"^/schedule/"),
]