mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-24 20:19:50 +00:00
wip trpc
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { FastifyPluginAsync } from 'fastify';
|
||||
|
||||
const root: FastifyPluginAsync = async (fastify): Promise<void> => {
|
||||
fastify.get('/', async function (_request, _reply) {
|
||||
return { status: 'ok' };
|
||||
});
|
||||
};
|
||||
export default root;
|
||||
Reference in New Issue
Block a user