Fix: Avatar
Deskripsi: - Avatar job - Avatar collaboration - Avatar event ## No Issuue
This commit is contained in:
7
src/app/api/zz-makuro/route.ts
Normal file
7
src/app/api/zz-makuro/route.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { headers } from "next/headers";
|
||||
export async function GET(
|
||||
req: Request) {
|
||||
const origin = new URL(req.url).origin;
|
||||
|
||||
return new Response(JSON.stringify({ success: true, origin }));
|
||||
}
|
||||
Reference in New Issue
Block a user