This commit is contained in:
Robert Resch 2022-08-15 20:04:46 +02:00
parent 5b23b195ab
commit 8b9e8473c4

View file

@ -20,7 +20,7 @@ class HomedPlugin(WebserverPlugin):
return [ return [
web.route( web.route(
"*", "*",
"(homed/home/list", "/homed/home/list",
_handle_home_list, _handle_home_list,
), ),
] ]