diff --git a/functions/gcloud.ts b/functions/gcloud.ts index 6ccd241..6d18cfc 100644 --- a/functions/gcloud.ts +++ b/functions/gcloud.ts @@ -132,8 +132,8 @@ export async function insertLogs( ) { const accessToken = await GetAccessToken(context.env); const actionBaseURLs: { [k: number]: string } = { - 1: "https://portal.carcrushers.cc/view-closed-report/", - 2: "https://portal.carcrushers.cc/view-closed-report/", + 1: "https://carcrushers.cc/mod-queue?type=report&id=", + 2: "https://carcrushers.cc/mod-queue?type=report&id=", 3: "", 4: "https://portal.carcrushers.cc/game-appeals/", };