mirror of
https://github.com/maubot/maubot
synced 2025-08-29 08:50:38 +00:00
Let plugins add their endpoints to the main webserver
This commit is contained in:
parent
79c61d6889
commit
f303bd66ab
7 changed files with 43 additions and 7 deletions
|
@ -41,6 +41,7 @@ class Config(BaseFileConfig):
|
|||
copy("server.listen")
|
||||
copy("server.base_path")
|
||||
copy("server.ui_base_path")
|
||||
copy("server.plugin_base_path")
|
||||
copy("server.override_resource_path")
|
||||
copy("server.appservice_base_path")
|
||||
shared_secret = self["server.unshared_secret"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue