mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 16:18:17 +00:00
Remove accidentally committed localhost
This commit is contained in:
parent
5d5fb0de8b
commit
0f7e045408
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue