tabletop-frog/ttfrog/webserver/routes.py

4 lines
154 B
Python
Raw Normal View History

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