Update job submission URL in debug shell scripts

Add `/v3/` component introduced in 9daecf2b
This commit is contained in:
Sybren A. Stüvel 2022-07-05 11:53:37 +02:00
parent feaf9545a6
commit a61fe3b6ab
2 changed files with 2 additions and 2 deletions

View File

@ -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 '{

View File

@ -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 '{