mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
Renamed functions to match hook names
This commit is contained in:
parent
f2cfb4eee5
commit
6754eed9b4
6 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@ var hasPadAccess = require("./padaccess");
|
|||
var exporthtml = require("./utils/ExportHtml");
|
||||
var ERR = require("async-stacktrace");
|
||||
|
||||
exports.expressServer = function (hook_name, args, cb) {
|
||||
exports.expressCreateServer = function (hook_name, args, cb) {
|
||||
//serve read only pad
|
||||
args.app.get('/ro/:id', function(req, res)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue