mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
api: add getStats() function
This commit is contained in:
parent
eb45934788
commit
82b919fc65
3 changed files with 49 additions and 2 deletions
|
@ -137,8 +137,13 @@ version["1.2.13"] = Object.assign({}, version["1.2.12"],
|
|||
}
|
||||
);
|
||||
|
||||
version["1.2.14"] = Object.assign({}, version["1.2.13"],
|
||||
{ "getStats" : []
|
||||
}
|
||||
);
|
||||
|
||||
// set the latest available API version here
|
||||
exports.latestApiVersion = '1.2.13';
|
||||
exports.latestApiVersion = '1.2.14';
|
||||
|
||||
// exports the versions so it can be used by the new Swagger endpoint
|
||||
exports.version = version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue