Commit d0cfddf2 authored by Leon's avatar Leon

upload

parent 8089a516
var _xhr = require("topsin.xmlhttprequest");
var url = "http://139.196.104.13:9181/api/_/leon/bad";
_xhr.open("GET", url, false);
_xhr.send();
print(_xhr.status);
print(_xhr.response);
\ No newline at end of file
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