mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fix channellist.html if anyone still uses that
This commit is contained in:
parent
bd6acc42c9
commit
200f1aadb5
1 changed files with 1 additions and 1 deletions
2
api.js
2
api.js
|
|
@ -160,7 +160,7 @@ module.exports = function (Server) {
|
|||
}
|
||||
var clist = [];
|
||||
for(var key in Server.channels) {
|
||||
clist.push(key);
|
||||
clist.push(Server.channels[key].name);
|
||||
}
|
||||
handleChannelData({channel: clist.join(",")}, req, res);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue