randy/randy/routes.py

4 lines
101 B
Python

def includeme(config):
config.add_route('random', '/random')
config.add_route('id', '/{id}')