We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ed8d2 commit f2cf557Copy full SHA for f2cf557
lambdas/api-handler/src/index.ts
@@ -1,3 +1,4 @@
1
// Export all handlers for ease of access
2
export { getLetters } from './handlers/get-letters';
3
+export { getLetterData } from './handlers/get-letter-data';
4
export { patchLetter } from './handlers/patch-letter';
0 commit comments