From 68c9297132c3e456463e999b1b14eb4c3c34d678 Mon Sep 17 00:00:00 2001 From: Regalijan Date: Mon, 30 Oct 2023 17:10:22 -0400 Subject: [PATCH] Update punishment base url --- functions/gcloud.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/", };