updating readme
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/889fd074 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/889fd074 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/889fd074 Branch: refs/heads/develop Commit: 889fd074eff282817797b9d7786ccb5fc6f411f1 Parents: 231e0eb Author: scnakandala <[email protected]> Authored: Mon Mar 6 14:10:58 2017 -0500 Committer: scnakandala <[email protected]> Committed: Tue Mar 7 17:15:08 2017 -0500 ---------------------------------------------------------------------- sandbox/job-status-rest-server/README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/889fd074/sandbox/job-status-rest-server/README.MD ---------------------------------------------------------------------- diff --git a/sandbox/job-status-rest-server/README.MD b/sandbox/job-status-rest-server/README.MD index 104e10a..dac6b39 100644 --- a/sandbox/job-status-rest-server/README.MD +++ b/sandbox/job-status-rest-server/README.MD @@ -6,4 +6,4 @@ Requirement * pip install flask-restful Sample CURL Command -curl -X POST -d "job_id=ABC&job_name=Test&status=0&emails[][email protected],[email protected]" http://localhost:8089/job_status \ No newline at end of file +curl -X POST -d "job_id=ABC&job_name=Test&status=0&emails[][email protected]&emails[][email protected]" http://localhost:8089/job_status \ No newline at end of file
