Initial commit
This commit is contained in:
6
app/api/websocket/route.ts
Normal file
6
app/api/websocket/route.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { NextRequest } from "next/server"
|
||||
|
||||
export async function GET(request: NextRequest) {
|
||||
// This will be handled by the custom server
|
||||
return new Response("WebSocket endpoint", { status: 200 })
|
||||
}
|
||||
Reference in New Issue
Block a user