feat: Add preview_video
for sights
This commit is contained in:
@ -12,6 +12,7 @@ class DevicesStore {
|
||||
|
||||
getDevices = async () => {
|
||||
const response = await authInstance.get(`${API_URL}/devices/connected`);
|
||||
|
||||
runInAction(() => {
|
||||
this.devices = response.data;
|
||||
});
|
||||
|
Reference in New Issue
Block a user