updating readme
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/2c305225 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/2c305225 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/2c305225 Branch: refs/heads/develop Commit: 2c3052252f26f8548cae77e5f6c978b16cffbaf7 Parents: a749a7c Author: scnakandala <[email protected]> Authored: Mon Mar 6 14:10:58 2017 -0500 Committer: scnakandala <[email protected]> Committed: Mon Mar 6 14:10:58 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/2c305225/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
