mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -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
|
@ -1,6 +1,6 @@
|
|||
var minify = require('./utils/Minify');
|
||||
|
||||
exports.expressServer = function (hook_name, args, cb) {
|
||||
exports.expressCreateServer = function (hook_name, args, cb) {
|
||||
//serve minified files
|
||||
args.app.get('/minified/:filename', minify.minifyJS);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue