|
|
@@ -35,7 +35,7 @@ export const generalTable = (from: string, to: string, token: string) => {
|
|
|
qParams.append("start_datetime", from);
|
|
|
qParams.append("end_datetime", to);
|
|
|
return mustFetchJson<Summary[]>(
|
|
|
- `${apiURL}summary/all_stations?${qParams.toString()}`,
|
|
|
+ `${apiURL}station/all/summary?${qParams.toString()}`,
|
|
|
config
|
|
|
);
|
|
|
};
|