Skip to content

Commit 71dc507

Browse files
authored
fix: update location for news mini-app (#44)
### Summary Updated news mini-app location
1 parent c8191b4 commit 71dc507

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/catalog-server/data/host.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"0.0.1": {
44
"booking": "http://localhost:9000/[name][ext]",
55
"shopping": "http://localhost:9001/[name][ext]",
6-
"news": "https://raw.githubusercontent.com/callstack/news-mini-app-showcase/main/build/outputs/ios/remotes/[name][ext]",
6+
"news": "https://github.com/callstack/news-mini-app-showcase/releases/download/news-ios@0.0.1/[name][ext]",
77
"dashboard": "http://localhost:9002/[name][ext]",
88
"auth": "http://localhost:9003/[name][ext]"
99
}
@@ -12,7 +12,7 @@
1212
"0.0.1": {
1313
"booking": "http://localhost:9000/[name][ext]",
1414
"shopping": "http://localhost:9001/[name][ext]",
15-
"news": "https://raw.githubusercontent.com/callstack/news-mini-app-showcase/main/build/outputs/android/remotes/[name][ext]",
15+
"news": "https://github.com/callstack/news-mini-app-showcase/releases/download/news-android@0.0.1/[name][ext]",
1616
"dashboard": "http://localhost:9002/[name][ext]",
1717
"auth": "http://localhost:9003/[name][ext]"
1818
}

0 commit comments

Comments
 (0)