Add hosted synthetic control plane
This commit is contained in:
parent
af04875107
commit
8dcbcd2201
21 changed files with 3695 additions and 772 deletions
9
apps/web/app/api/admin/synthetic/status/route.ts
Normal file
9
apps/web/app/api/admin/synthetic/status/route.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { proxySyntheticAdminRequest } from "../shared";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
export async function GET(): Promise<Response> {
|
||||
return proxySyntheticAdminRequest("/admin/synthetic/status", {
|
||||
method: "GET"
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue