explicit redirect to single non-roots

This commit is contained in:
ed
2021-05-13 16:54:31 +02:00
parent 33b91a7513
commit e7982a04fe
2 changed files with 24 additions and 28 deletions

View File

@@ -49,6 +49,7 @@ HTTPCODE = {
200: "OK",
204: "No Content",
206: "Partial Content",
302: "Found",
304: "Not Modified",
400: "Bad Request",
403: "Forbidden",