From d07eb28f58391aca6d47d0b6a1fb3354bcc4455e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kov=C3=A1cs=20Bence?= Date: Fri, 8 May 2020 22:41:22 +0200 Subject: [PATCH] test with curl --- curl-test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/curl-test.sh b/curl-test.sh index cb8302e..81cc9a0 100644 --- a/curl-test.sh +++ b/curl-test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash curl --header "Content-Type: application/json" \ - --request POST \ - --data '{"uuid":"c959ad81-58f9-4445-aab4-8f3d68aee1ad", "ip":"127.1.2.3"}' \ - http://localhost:5000/ip + --request POST \ + --data '{"uuid":"c959ad81-58f9-4445-aab4-8f3d68aee1ad", "ip":"127.1.2.3"}' \ + http://localhost:5000/ip