diff options
| author | UltraQbik <no1skill@yandex.ru> | 2024-08-21 05:53:01 +0300 |
|---|---|---|
| committer | UltraQbik <no1skill@yandex.ru> | 2024-08-21 05:53:01 +0300 |
| commit | 08a46199086b119cb731d4f78425354ba85a80d9 (patch) | |
| tree | 8e3cec97fa34ca928f33213e091e42a222719805 /main.py | |
| parent | c94e71541d4869ab24da8e9cdb42c42b1fe95cbd (diff) | |
| download | httpy-08a46199086b119cb731d4f78425354ba85a80d9.tar.gz httpy-08a46199086b119cb731d4f78425354ba85a80d9.zip | |
change /about.html to /about cuz pretty
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py index 020a7c5..e85e536 100644 --- a/main.py +++ b/main.py @@ -20,7 +20,7 @@ PATH_MAP = { "/robots.txt": {"path": "www/robots.txt"}, "/favicon.ico": {"path": "www/favicon.ico"}, "/css/styles.css": {"path": "css/styles.css"}, - "/about.html": {"path": "www/about.html"}, + "/about": {"path": "www/about.html"}, } # internal path map |