diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-05-01 15:18:58 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-05-01 15:44:30 +0100 |
commit | 8e9ca8353730949290460f9183c5ee48941d1f75 (patch) | |
tree | e4cefb75b708ad5bcca191b5992e3ceaa63533ad /synapse/config | |
parent | Move admin API away from ClientV1RestServlet (diff) | |
download | synapse-8e9ca8353730949290460f9183c5ee48941d1f75.tar.xz |
Move admin API to a new prefix
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/server.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py index cdf1e4d286..cc232422b9 100644 --- a/synapse/config/server.py +++ b/synapse/config/server.py @@ -388,8 +388,8 @@ class ServerConfig(Config): # # Valid resource names are: # - # client: the client-server API (/_matrix/client). Also implies 'media' and - # 'static'. + # client: the client-server API (/_matrix/client), and the synapse admin + # API (/_synapse/admin). Also implies 'media' and 'static'. # # consent: user consent forms (/_matrix/consent). See # docs/consent_tracking.md. |