Fixed CORS header

This commit is contained in:
Felix Krause 2016-01-05 21:36:37 +01:00
parent 68f0ba0cc7
commit ca0a30900c

View File

@ -22,7 +22,7 @@ routes:
var
output = newStringStream()
resultNode = newJObject()
headers["Access-Control-Allow-Origin"] = "flyx.github.io"
headers["Access-Control-Allow-Origin"] = "https://flyx.github.io"
try:
try:
transform(newStringStream(@"input"), output, style)