commit b67fd37e523badb970d1604acb7ac4d92104023d parent 5ec43959ab9784bf14e366ef3f874361c7eae41f Author: minerva-jupiter <ryouturn@gmail.com> Date: Wed, 7 Jan 2026 16:25:24 +0900 perf(api): Configure notification API to use Edge runtime Diffstat:
| M | app/api/notif/route.ts | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/app/api/notif/route.ts b/app/api/notif/route.ts @@ -1,3 +1,5 @@ +export const runtime = 'edge'; + import { NextResponse } from "next/server"; export async function POST(request: Request) {