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,