chore: cleanup

This commit is contained in:
David Nguyen
2025-02-25 16:37:36 +11:00
parent 7e8955b89c
commit c1c7cfaf8b
9 changed files with 19 additions and 38 deletions

View File

@ -19,7 +19,6 @@ tsRestHonoApp
.get('/me', async (c) => testCredentialsHandler(c.req.raw));
// Zapier. Todo: (RR7) Check methods. Are these get/post/update requests?
// Todo: (RR7) Is there really no validations?
tsRestHonoApp
.all('/zapier/list-documents', async (c) => listDocumentsHandler(c.req.raw))
.all('/zapier/subscribe', async (c) => subscribeHandler(c.req.raw))