Skip to content

Commit

Permalink
add file
Browse files Browse the repository at this point in the history
  • Loading branch information
khuezy committed Aug 25, 2023
1 parent 8f69dcf commit 5a7a64e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/app-dir/app/api/host/route.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { NextResponse } from "next/server";
export async function GET(request: Request) {
return NextResponse.json({
url: request.url,
});
}

0 comments on commit 5a7a64e

Please sign in to comment.