From 0f7e0454086ad14f2ecb7d93e99ba14cdb666c04 Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Tue, 12 Oct 2021 15:14:01 -0400 Subject: [PATCH] Remove accidentally committed localhost --- api/v1/new.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/new.ts b/api/v1/new.ts index 0abe50e..bd10487 100644 --- a/api/v1/new.ts +++ b/api/v1/new.ts @@ -100,7 +100,7 @@ export default async (req: ServerRequest) => { if (authorization) { headers['Authorization'] = authorization; } - const res = await (await fetch("http://localhost:3000/api/newSingle", { + const res = await (await fetch("https://cdn.hackclub.com/api/newSingle", { method: "POST", headers, body: url,