From a3b86bd8ae89853a4e8b99e2b023740d89c4a852 Mon Sep 17 00:00:00 2001 From: Vedal Date: Mon, 10 Jun 2024 22:00:22 +0100 Subject: [PATCH] Change config URL --- ebs/src/modules/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebs/src/modules/config.ts b/ebs/src/modules/config.ts index fa270dd..6911012 100644 --- a/ebs/src/modules/config.ts +++ b/ebs/src/modules/config.ts @@ -6,7 +6,7 @@ import { getBannedUsers } from "../util/db"; let config: Config | undefined; -const gistUrl = "https://gist.githubusercontent.com/Alexejhero/804fe0900d015b89a934a9b759ba2330/raw"; +const gistUrl = "https://raw.githubusercontent.com/VedalAI/swarm-control/main/config.json"; async function fetchConfig(): Promise { const url = `${gistUrl}?${Date.now()}`;