projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fff3d5
)
Add file extension for log (#1467)
author
Melvyn Harbour
<melharbour@gmail.com>
Sun, 7 Jul 2024 21:40:27 +0000
(22:40 +0100)
committer
GitHub
<noreply@github.com>
Sun, 7 Jul 2024 21:40:27 +0000
(23:40 +0200)
Add file extension
music_assistant/server/controllers/webserver.py
patch
|
blob
|
history
diff --git
a/music_assistant/server/controllers/webserver.py
b/music_assistant/server/controllers/webserver.py
index 1db98527afd1b214c7c737c30862d85c1edf243f..0b7394d20f28bbc5e369b4f5ce0744715e6fade5 100644
(file)
--- a/
music_assistant/server/controllers/webserver.py
+++ b/
music_assistant/server/controllers/webserver.py
@@
-153,7
+153,7
@@
class WebserverController(CoreController):
# add info
routes.append(("GET", "/info", self._handle_server_info))
# add logging
- routes.append(("GET", "/log", self._handle_application_log))
+ routes.append(("GET", "/
music-assistant.
log", self._handle_application_log))
# add websocket api
routes.append(("GET", "/ws", self._handle_ws_client))
# also host the image proxy on the webserver