docs: add render one click deploy for refresh

This commit is contained in:
Ephraim Atta-Duncan
2023-10-04 19:58:07 +00:00
committed by Mythie
parent 7a8f5b8422
commit e556db0386
3 changed files with 72 additions and 29 deletions

View File

@ -7,7 +7,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,