Add Heath check route
This commit is contained in:
parent
0c18649c1d
commit
ee9ced5c19
@ -1,7 +1,5 @@
|
||||
import { BunxRouteParams } from "@moduletrace/bunext/types";
|
||||
|
||||
export default async function handler({}: BunxRouteParams) {
|
||||
return Response.json({
|
||||
msg: "Hi",
|
||||
});
|
||||
return Response.json({ msg: "Server Running" });
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user