We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c607ae commit 1576e34Copy full SHA for 1576e34
cloudbank-v3/spring-apps-spring3/apisix-routes/create-customer-route.sh
@@ -19,7 +19,7 @@ curl http://localhost:9180/apisix/admin/routes \
19
},
20
"uri": "/api/v1/customer*",
21
"upstream": {
22
- "service_name": "CUSTOMERS",
+ "service_name": "CUSTOMER",
23
"type": "roundrobin",
24
"discovery_type": "eureka"
25
@@ -32,4 +32,4 @@ curl http://localhost:9180/apisix/admin/routes \
32
}
33
34
35
-EOF
+EOF
0 commit comments