diff --git a/src/endpoints/ping.ts b/src/endpoints/ping.ts deleted file mode 100644 index f822811..0000000 --- a/src/endpoints/ping.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { ServerRoute } from "@hapi/hapi"; - -const route: ServerRoute = { - method: `*`, path: `/ping`, - options: {}, - async handler() { - return `pong!`; - }, -}; -export default route; \ No newline at end of file