backoffice nextJs replaces admin in rust
This commit is contained in:
6
apps/backoffice/app/health/route.ts
Normal file
6
apps/backoffice/app/health/route.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export async function GET() {
|
||||
return new Response("ok", {
|
||||
status: 200,
|
||||
headers: { "content-type": "text/plain; charset=utf-8" }
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user