Skip to content

Commit 1576e34

Browse files
authored
Cloudbank v3 updates (#782)
* Updates * DB fixes
1 parent 7c607ae commit 1576e34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbank-v3/spring-apps-spring3/apisix-routes/create-customer-route.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ curl http://localhost:9180/apisix/admin/routes \
1919
},
2020
"uri": "/api/v1/customer*",
2121
"upstream": {
22-
"service_name": "CUSTOMERS",
22+
"service_name": "CUSTOMER",
2323
"type": "roundrobin",
2424
"discovery_type": "eureka"
2525
},
@@ -32,4 +32,4 @@ curl http://localhost:9180/apisix/admin/routes \
3232
}
3333
}
3434
}
35-
EOF
35+
EOF

0 commit comments

Comments
 (0)