mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
init
This commit is contained in:
6
src/pages/resume.json.ts
Normal file
6
src/pages/resume.json.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { data } from '@/data/data.ts';
|
||||
|
||||
export async function GET() {
|
||||
const resume = await data.getJsonResume();
|
||||
return new Response(JSON.stringify(resume, null, 2));
|
||||
}
|
||||
Reference in New Issue
Block a user