Skip to content

Commit

Permalink
Merge pull request #23 from yayacat/Release
Browse files Browse the repository at this point in the history
fix: report
  • Loading branch information
yayacat authored Nov 11, 2023
2 parents 6de92f5 + 41bce15 commit 1e04a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view/earthquake.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class _EarthquakePage extends State<EarthquakePage> {
});
}
data ??=
await get("https://exptech.com.tw/api/v1/earthquake/reports?limit=50");
await get("https://data.exptech.com.tw/api/v1/eq/report?limit=50");
_List_children = <Widget>[];
if (_page == 0) {
_List_children.add(Padding(
Expand Down

0 comments on commit 1e04a3a

Please sign in to comment.