Commit 3da96b89 authored by Ben Anderson's avatar Ben Anderson

Updated api urls in config

parent 7af860b8
......@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: afp-inventory-ui-container
image: nexus.mynisum.com/afp-inventory-ui:5
image: nexus.mynisum.com/afp-inventory-ui:6
imagePullPolicy: Always
ports:
- containerPort: 8081
......
class Config {
static inventoryUrl = "http://localhost:8080/api/products";
static promotionsUrl = "http://localhost:8081/api/promos";
static inventoryUrl = "http://13.64.175.185:8080/api/products";
static promotionsUrl = "http://40.118.215.99:8082/api/promos";
}
export default Config;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment