From f933456c22504d1b6f54e1928c1afd112691d51c Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Tue, 10 Jan 2023 09:19:29 +0100 Subject: [PATCH] bla --- index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.js b/index.js index 61113ed..b5a043a 100644 --- a/index.js +++ b/index.js @@ -405,6 +405,12 @@ fastify.post('/get', async (request, reply) => { } } break; + case: "state": + return { + success: true, + state: ServiceState.state + } + break; default: return { success: false,