From 5a3470658b01b2355f3b5e41498cca1f553ef951 Mon Sep 17 00:00:00 2001 From: David Huss <dh@atoav.com> Date: Wed, 18 Nov 2020 17:05:19 +0100 Subject: [PATCH] Fix test.sh, add location key : ) --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index a6f7fb7..f5a34e8 100644 --- a/test.sh +++ b/test.sh @@ -1,3 +1,3 @@ #! /bin/bash -curl --header "Content-Type: application/json" --request POST --data '{"place":"lerchenfeld", "entrance":"haupteingang", "direction":"in", "id":"543GFDHGfddf455"}' http://localhost:5000/ +curl --header "Content-Type: application/json" --request POST --data '{"location":"lerchenfeld", "entrance":"haupteingang", "direction":"in", "id":"543GFDHG"}' http://localhost:8000/ -- GitLab