randy/randy/routes.py

4 lines
101 B
Python
Raw Normal View History

2017-02-24 19:25:47 +00:00
def includeme(config):
config.add_route('random', '/random')
config.add_route('id', '/{id}')