Skip to content

Commit

Permalink
Update route.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyRAV committed Jan 6, 2025
1 parent a4aa270 commit b2de38e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/dashboard/src/app/api/v1/route.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { NextResponse } from "next/server";

export const dynamic = "force-dynamic";
export const runtime = "edge";

export const GET = async () => {
return NextResponse.json({ message: "Hello, world!" });
Expand Down

0 comments on commit b2de38e

Please sign in to comment.