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