docs: add render one click deploy for refresh

This commit is contained in:
Ephraim Atta-Duncan
2023-10-04 19:58:07 +00:00
parent e8d5044ac5
commit b6f9d70fec
3 changed files with 107 additions and 1 deletions

View File

@ -6,7 +6,9 @@ import { shareLinkRouter } from './share-link-router/router';
import { procedure, router } from './trpc';
export const appRouter = router({
hello: procedure.query(() => 'Hello, world!'),
health: procedure.query(() => {
return { status: 'ok' };
}),
auth: authRouter,
profile: profileRouter,
document: documentRouter,