diff options
| author | UltraQbik <no1skill@yandex.ru> | 2024-08-22 03:54:40 +0300 |
|---|---|---|
| committer | UltraQbik <no1skill@yandex.ru> | 2024-08-22 03:54:40 +0300 |
| commit | 4f741ce90cd857aba53de06047b9221fa27b0c61 (patch) | |
| tree | 3bc3bcac6b65bc3ca3df4f0228bd5be9f0b27af1 /main.py | |
| parent | c6c3f47b04a7ccf301c76cdd8ab21bee9209be30 (diff) | |
| download | httpy-4f741ce90cd857aba53de06047b9221fa27b0c61.tar.gz httpy-4f741ce90cd857aba53de06047b9221fa27b0c61.zip | |
Fix broken centering add testing page
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 |