We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1513401 commit 29595d2Copy full SHA for 29595d2
1 file changed
demo/sites/auditingsite/src/components/Drawer.tsx
@@ -25,7 +25,7 @@ export interface StoreInfo {
25
26
const stores: StoreInfo[] = [{
27
name: "The Drinks Center",
28
- site: "http://localhost:5002/",
+ site: "http://localhost:8202/",
29
audit: "http://localhost:5123/audit",
30
logo: "store.jpg"
31
}]
0 commit comments