4 lines
98 B
TypeScript
4 lines
98 B
TypeScript
export async function loader(){
|
|
return Response.json({ ok: true, msg: "price-stream-test" });
|
|
}
|