Updating readme

This commit is contained in:
Denis-Cosmin Nutiu 2017-04-19 01:31:14 +03:00
parent 04af445a57
commit 743e602ef9

View file

@ -39,5 +39,5 @@ python -m unittest
You can post data using curl. There are no restrictions on whoever can post data.
```bash
curl -H "Content-Type: application/json" -X POST -d '{"gpu":"GPU DUMMY TEXT","cpu":"CPU DUMMY TEXT","log":"DETAILED LOG","score": 1}' http://localhost:5000/upload
curl -H "Content-Type: application/json" -X POST -d '{"gpu":"GPU DUMMY TEXT","cpu":"CPU DUMMY TEXT","log":"DETAILED LOG","score": 1}' http://localhost:5000/result
```