tabletop-frog/ttfrog/webserver/routes.py

4 lines
159 B
Python
Raw Normal View History

2024-01-30 01:25:02 -08:00
def routes(config):
config.add_route('index', '/')
2024-02-01 00:28:17 -08:00
config.add_route('sheet', '/sheet/{uri:.*}', factory='ttfrog.webserver.controllers.CharacterSheet')