mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Support GET and HEAD.
This commit is contained in:
parent
a09e208b0a
commit
a5365f2547
2 changed files with 12 additions and 4 deletions
|
@ -155,7 +155,7 @@ async.waterfall([
|
|||
});
|
||||
|
||||
//serve minified files
|
||||
app.get('/minified/:filename', minify.minifyJS);
|
||||
app.all('/minified/:filename', minify.minifyJS);
|
||||
|
||||
//checks for padAccess
|
||||
function hasPadAccess(req, res, callback)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue