From a61fe3b6ab03666a0bcde63425e39713c4b3b19a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 5 Jul 2022 11:53:37 +0200 Subject: [PATCH] Update job submission URL in debug shell scripts Add `/v3/` component introduced in 9daecf2b --- debug-job-echo.sh | 2 +- debug-job-render.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debug-job-echo.sh b/debug-job-echo.sh index 80dfc3b8..2f3708d2 100755 --- a/debug-job-echo.sh +++ b/debug-job-echo.sh @@ -1,7 +1,7 @@ #!/bin/bash curl -X 'POST' \ - 'http://localhost:8080/api/jobs' \ + 'http://localhost:8080/api/v3/jobs' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ diff --git a/debug-job-render.sh b/debug-job-render.sh index bb2a4663..bdf0ec9a 100755 --- a/debug-job-render.sh +++ b/debug-job-render.sh @@ -1,7 +1,7 @@ #!/bin/bash curl -v -X 'POST' \ - 'http://localhost:8080/api/jobs' \ + 'http://localhost:8080/api/v3/jobs' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{