mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:46:04 -04:00
Renamed /public/rooms to /publicRooms
This commit is contained in:
parent
474d913712
commit
1d9d287c7c
4 changed files with 14 additions and 37 deletions
|
@ -235,7 +235,7 @@ angular.module('matrixService', [])
|
|||
|
||||
// get a list of public rooms on your home server
|
||||
publicRooms: function() {
|
||||
var path = "/public/rooms"
|
||||
var path = "/publicRooms"
|
||||
return doRequest("GET", path);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue