diff options
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main.py b/main.py index a4a6d58..25ae922 100644 --- a/main.py +++ b/main.py @@ -35,6 +35,9 @@ PATH_MAP = { "/about": {"path": "www/about.html", "compress": True}, + "/test": + {"path": "www/test.html", + "compress": True}, } # internal path map |