mirror of
https://github.com/status-im/NimYAML.git
synced 2025-01-12 20:44:46 +00:00
Fixed CORS header
This commit is contained in:
parent
68f0ba0cc7
commit
ca0a30900c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user