Merge pull request #216 from arabcoders/dev

This commit is contained in:
Abdulmohsen 2025-03-17 19:52:45 +03:00 committed by GitHub
commit 9445e3ef86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -213,7 +213,7 @@ class HttpAPI(Common):
preloaded += 1
if urlPath.endswith("/index.html"):
paths_list = ["/console", "/presets", "/tasks", "/notifications"]
paths_list = ["/console", "/presets", "/tasks", "/notifications", "/changeslog"]
for path in paths_list:
self._static_holder[path] = {"content": content, "content_type": contentType}
app.router.add_get(path, self._static_file)