From e033655a721406b30eee3cf5cdf8ae5090b70db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nut=CC=A6iu?= Date: Thu, 13 Apr 2017 22:49:04 +0300 Subject: [PATCH] Updating readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bb5955..08494f2 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,7 @@ nohup python3 application.py & For now, you can post data using curl. ``` -curl -H "Content-Type: application/json" -X POST -d '{"text":"Hello Darkness","score": 5000}' 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/upload ``` ## Milestones: