Skip to content

Commit d5214e9

Browse files
committed
CCM-11580: Remove hello world endpoint
1 parent 8ad1f91 commit d5214e9

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

lambdas/api-handler/src/handlers/__tests__/hello-world.test.ts

Lines changed: 0 additions & 41 deletions
This file was deleted.

lambdas/api-handler/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
// Export all handlers for ease of access
22
export { getLetters } from './handlers/get-letters';
33
export { patchLetters } from './handlers/patch-letters';
4-
export { helloWorld } from './handlers/hello-world';

0 commit comments

Comments
 (0)