0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-29 08:54:02 +01:00

modules/client/keys: Rename URL from /unstable/ to /r0/.

This commit is contained in:
Jason Volk 2019-02-16 16:27:57 -08:00
parent 9b8f08a6e5
commit 2dfad15ee8

View file

@ -19,7 +19,7 @@ IRCD_MODULE
ircd::resource ircd::resource
keys_upload_resource keys_upload_resource
{ {
"/_matrix/client/unstable/keys/upload/", "/_matrix/client/r0/keys/upload/",
{ {
"(11.10.2.1) Keys Upload", "(11.10.2.1) Keys Upload",
resource::DIRECTORY, resource::DIRECTORY,
@ -29,7 +29,7 @@ keys_upload_resource
ircd::resource ircd::resource
keys_query_resource keys_query_resource
{ {
"/_matrix/client/unstable/keys/query", "/_matrix/client/r0/keys/query",
{ {
"(11.10.2.2) Keys Query", "(11.10.2.2) Keys Query",
} }