bla
This commit is contained in:
parent
307a16d25d
commit
f933456c22
1 changed files with 6 additions and 0 deletions
6
index.js
6
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,
|
||||
|
|
Loading…
Reference in a new issue