Commit cad2a982 authored by nanahira's avatar nanahira

203

parent 7745af49
Pipeline #430 failed with stages
in 40 seconds
......@@ -21,7 +21,7 @@ async function main() {
res.header("Cache-Control", "no-cache");
res.header('Access-Control-Allow-Origin', '*');
if (req.method.toLowerCase() == 'options') {
res.send(200);
res.send(203);
} else {
next();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment