diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-03 10:47:00 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-03 10:47:07 +0100 |
commit | ce5c88006eed9f59103f3aeb73d265731f3d7c4e (patch) | |
tree | 554e5f210136d70c1d7b69e9637b6acf65b3ba85 /docs/client-server/swagger_matrix/api-docs-profile | |
parent | Better indicate in the page feedback section that a user can't join a room (b... (diff) | |
download | synapse-ce5c88006eed9f59103f3aeb73d265731f3d7c4e.tar.xz |
Update port numbers.
Diffstat (limited to 'docs/client-server/swagger_matrix/api-docs-profile')
-rw-r--r-- | docs/client-server/swagger_matrix/api-docs-profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/client-server/swagger_matrix/api-docs-profile b/docs/client-server/swagger_matrix/api-docs-profile index 188259fa3d..d2fccaa67d 100644 --- a/docs/client-server/swagger_matrix/api-docs-profile +++ b/docs/client-server/swagger_matrix/api-docs-profile @@ -1,7 +1,7 @@ { "apiVersion": "1.0.0", "swaggerVersion": "1.2", - "basePath": "http://localhost:8080/_matrix/client/api/v1", + "basePath": "http://localhost:8008/_matrix/client/api/v1", "resourcePath": "/profile", "produces": [ "application/json" |