diff options
| author | UltraQbik <no1skill@yandex.ru> | 2024-08-30 20:03:59 +0300 |
|---|---|---|
| committer | UltraQbik <no1skill@yandex.ru> | 2024-08-30 20:03:59 +0300 |
| commit | 38030e9d3930fb25ee422ac6061a3d6f58b05324 (patch) | |
| tree | c652804c18b3f98cc2298cd51bea83a76f743b92 /src/config.py | |
| parent | 9d618baeafd73ef4ea1d6a2ec90d87f63bb8908c (diff) | |
| download | httpy-38030e9d3930fb25ee422ac6061a3d6f58b05324.tar.gz httpy-38030e9d3930fb25ee422ac6061a3d6f58b05324.zip | |
Update argparse
Renamed --dont-compress-path to --compress-path Moved compressed path prefix to config.py
Diffstat (limited to 'src/config.py')
| -rw-r--r-- | src/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py index 2f9d4b0..549f130 100644 --- a/src/config.py +++ b/src/config.py @@ -20,6 +20,7 @@ API_VERSIONS = { } # file manager +FILE_MAN_COMPRESSED_PATH = "compress" FILE_MAN_PATH_MAP = { # external "/": {"path": "www/index.html", "compress": True}, |