Remove accidentally committed localhost

This commit is contained in:
Max Wofford 2021-10-12 15:14:01 -04:00
parent 5d5fb0de8b
commit 0f7e045408

View file

@ -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,