This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git
The following commit(s) were added to refs/heads/master by this push:
new a3a08d6 fix(ci): example ci error port (#359)
a3a08d6 is described below
commit a3a08d686c00d33d66972fc4cc4f72013bab9216
Author: soulbird <[email protected]>
AuthorDate: Fri Sep 23 13:47:09 2022 +0800
fix(ci): example ci error port (#359)
Co-authored-by: soulbird <[email protected]>
---
.github/workflows/apisix-docker-example-test.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/apisix-docker-example-test.yaml
b/.github/workflows/apisix-docker-example-test.yaml
index 55c709b..0862707 100644
--- a/.github/workflows/apisix-docker-example-test.yaml
+++ b/.github/workflows/apisix-docker-example-test.yaml
@@ -22,7 +22,7 @@ jobs:
run: |
grep -C 3 '\[error\]' example/apisix_log/error.log && exit 1
- curl http://127.0.0.1:9180/apisix/admin/routes/1 \
+ curl http://127.0.0.1:9080/apisix/admin/routes/1 \
-H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
{
"uri": "/get",