New address.

This commit is contained in:
Fabian Märki
2016-06-16 15:21:30 +02:00
parent 6ae0503b46
commit 733ceb9feb
+1 -1
View File
@@ -2,7 +2,7 @@
HOST="http://sf-dispatcher-api.psi.ch"
# HOST="http://localhost:8080"
HTTP_ADDRESS="/configuration/validate"
HTTP_ADDRESS="/configuration/test/validate"
RESPONSE=response.json
# see http://stackoverflow.com/questions/18258804/how-to-catch-timeout-errors-in-a-curl-shell-script
COMMAND="curl -s -w %{http_code} -X POST"