refactor: Quellcode aufräumen
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// /services/api/fetchDeviceNameById.js
|
||||
// /services/database/fetchDeviceNameById.js
|
||||
export const fetchDeviceNameById = async (idLD) => {
|
||||
try {
|
||||
const response = await fetch(`/api/talas_v5_DB/locationDevice/locationDeviceNameById?idLD=${idLD}`);
|
||||
|
||||
Reference in New Issue
Block a user