mirror of
https://github.com/arthur-pbty/PyRoute.git
synced 2026-06-03 15:07:34 +02:00
4 lines
66 B
Python
4 lines
66 B
Python
routes = {
|
|
"/": "page_accueil",
|
|
"/a-propos": "a_propos"
|
|
} |