Yet more upload url problems
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
export async function onRequestGet(context: RequestContext) {
|
||||
const attachment = context.params.id as string;
|
||||
const attachment = (context.params.id as string[]).join("/");
|
||||
const unsignedURL = `https://mediaproxy.carcrushers.cc/${attachment}?Expires=${(
|
||||
Math.round(Date.now() / 1000) + 1800
|
||||
).toString()}`;
|
||||
|
Reference in New Issue
Block a user