fix: throw error on missing resource

This commit is contained in:
Nikola Ubavic 2021-12-25 00:00:50 +01:00 committed by Taranto
parent 15fa09615f
commit 3356fee27f

View file

@ -56,15 +56,6 @@ const GET_INFO = gql`
}
`
const GET_MACHINES = gql`
{
machines {
name
deviceId
}
}
`
const getMachineID = path => path.slice(path.lastIndexOf('/') + 1)
const MachineRoute = () => {