This commit is contained in:
asyncnomi 2023-01-10 09:19:29 +01:00
parent 307a16d25d
commit f933456c22

View file

@ -405,6 +405,12 @@ fastify.post('/get', async (request, reply) => {
} }
} }
break; break;
case: "state":
return {
success: true,
state: ServiceState.state
}
break;
default: default:
return { return {
success: false, success: false,