Commit f64829e6 authored by project's avatar project

--no commit message

--no commit message
parent 57abc119
......@@ -8,7 +8,6 @@ function execute_function(context,response){
var output_type = 'text'
var url = param.url;
console.log(url);
request(url, function (error, resp, body) {
if (!error && resp.statusCode == 200) {
......
{
"job_id" : "example",
"active" : true,
"triggers" : {
"trigger" : {
"type": "cron",
"cmd": "*/10 * * * * *"
},
......
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