mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
Update src/node/handler/APIHandler.js
This commit is contained in:
parent
e855bafdf9
commit
8c9ad6ee50
1 changed files with 3 additions and 0 deletions
|
@ -216,6 +216,9 @@ var version =
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// set the latest available API version here
|
||||||
|
exports.latestApiVersion = '1.2.7';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles a HTTP API call
|
* Handles a HTTP API call
|
||||||
* @param functionName the name of the called function
|
* @param functionName the name of the called function
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue