mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-09 06:08:41 +03:00
4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
export async function GET(request: Request) {
|
|
return new Response("Hello, Next.js!");
|
|
}
|