more fdm slicing work
This commit is contained in:
parent
6e172fe40f
commit
c1ee342dbb
9 changed files with 45 additions and 52 deletions
1
app.js
1
app.js
|
|
@ -937,6 +937,7 @@ function cookieValue(cookie,key) {
|
|||
function rewriteHtmlVersion(req, res, next) {
|
||||
if ([
|
||||
"/v2/kiri/",
|
||||
"/v2/lib/kiri-run/minion.js",
|
||||
"/v2/lib/kiri-run/worker.js"
|
||||
].indexOf(req.app.path) >= 0) {
|
||||
addCorsHeaders(req, res);
|
||||
|
|
|
|||
Loading…
Reference in a new issue