3 lines
55 B
Python
3 lines
55 B
Python
def routes(config):
|
|
config.add_route('index', '/')
|
def routes(config):
|
|
config.add_route('index', '/')
|