Remove development ping endpoint
This commit is contained in:
parent
60eaad47c6
commit
57e4843976
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