mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 04:50:13 +02:00
ci/test.sh: update api endpoint
This commit is contained in:
parent
3bd1a00855
commit
edbea16b91
4
.github/test.sh
vendored
4
.github/test.sh
vendored
@ -13,8 +13,8 @@ waitport() {
|
||||
|
||||
test_api() {
|
||||
waitport 3000
|
||||
curl -m 3 http://localhost:3000/api/serverInfo
|
||||
API_RESPONSE=$(curl -m 3 http://localhost:3000/api/json \
|
||||
curl -m 3 http://localhost:3000/
|
||||
API_RESPONSE=$(curl -m 3 http://localhost:3000/ \
|
||||
-X POST \
|
||||
-H "Accept: application/json" \
|
||||
-H "Content-Type: application/json" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user