mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
server(theme): add health endpoint
This commit is contained in:
@@ -59,5 +59,8 @@ export const ThemesAPI = router({
|
||||
sync: publicProcedure.query(() => {
|
||||
syncThemes();
|
||||
return true;
|
||||
}),
|
||||
health: publicProcedure.query(() => {
|
||||
return "Healthy";
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user