We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f2b2c commit a68bd27Copy full SHA for a68bd27
routes/root.js
@@ -4,6 +4,6 @@ const VERSION = "3.2.0"
4
5
export default async function (fastify, opts) {
6
fastify.get("/", async function (request, reply) {
7
- return { status: "ok", version: VERSION };
+ return { version: VERSION };
8
});
9
}
0 commit comments