aboutsummaryrefslogtreecommitdiff
path: root/src/routes/api/cv.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/api/cv.json')
-rw-r--r--src/routes/api/cv.json/+server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/api/cv.json/+server.ts b/src/routes/api/cv.json/+server.ts
index 956525f..d2b3683 100644
--- a/src/routes/api/cv.json/+server.ts
+++ b/src/routes/api/cv.json/+server.ts
@@ -9,7 +9,7 @@ import { error, json } from "@sveltejs/kit";
export const POST = async({ fetch, request }) => {
try {
- const response = await fetch("https://cv.webb.page", {
+ const response = await fetch("https://cv.webb.page/fun.txt", {
headers: { "Content-Type": "text/plain" },
method: "GET"
});