release 0.3.4
This commit is contained in:
9
apps/web/app/api/status/route.ts
Normal file
9
apps/web/app/api/status/route.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { NextResponse } from "next/server";
|
||||
|
||||
export async function GET() {
|
||||
return NextResponse.json({
|
||||
subject: "website",
|
||||
status: "live",
|
||||
color: "green",
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user