mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
fixed merge conflicts
This commit is contained in:
commit
255dc5a325
7 changed files with 71 additions and 4 deletions
|
@ -215,6 +215,7 @@ async.waterfall([
|
|||
return;
|
||||
}
|
||||
|
||||
res.header("Access-Control-Allow-Origin", "*");
|
||||
res.header("Server", serverName);
|
||||
exportHandler.doExport(req, res, req.params.pad, req.params.type);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue