Files
MyFastHtml/src/myfasthtml/core/constants.py

5 lines
95 B
Python

ROUTE_ROOT = "/myfasthtml"
class Routes:
Commands = "/commands"
Bindings = "/bindings"