1
0
Fork 0

Yeah, there are cors headers...

This commit is contained in:
clerie 2021-12-12 19:06:14 +01:00
parent 2a4f3a2d83
commit 13b12c5286
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
ref = "master";
rev = "304850367aad275c3410005580313dac7fe24788";
} + "/";
extraConfig = ''
add_header Access-Control-Allow-Origin *;
'';
};
};
};