refactor: Services nach Datenquelle getrennt – webservice/, database/ und utils/ Struktur eingeführt (v1.1.117)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// /services/api/fetchGisStatusStations.js
|
||||
import fetchWithTimeout from "./fetchWithTimeout";
|
||||
import fetchWithTimeout from "../utils/fetchWithTimeout";
|
||||
|
||||
export const fetchGisStatusStations = async (idMap, idUser) => {
|
||||
const mode = process.env.NEXT_PUBLIC_API_PORT_MODE;
|
||||
Reference in New Issue
Block a user