Remove ping endpoint
This commit is contained in:
parent
233c1c4da6
commit
29eb4cc933
1 changed files with 0 additions and 10 deletions
|
|
@ -1,10 +0,0 @@
|
||||||
import { ServerRoute } from "@hapi/hapi";
|
|
||||||
|
|
||||||
const route: ServerRoute = {
|
|
||||||
method: `*`, path: `/ping`,
|
|
||||||
options: {},
|
|
||||||
async handler() {
|
|
||||||
return `pong!`;
|
|
||||||
},
|
|
||||||
};
|
|
||||||
export default route;
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue