From 3955561b82f977f6b60fcc83d27fb2a7e21ac07b Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 21 Feb 2024 11:22:27 +0100 Subject: [PATCH] fixed WHY2_CHAT_CONFIG_URL --- include/chat/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chat/config.h b/include/chat/config.h index b5363e2..3d36166 100644 --- a/include/chat/config.h +++ b/include/chat/config.h @@ -26,7 +26,7 @@ extern "C" { //CONFIG MACROS #define WHY2_CONFIG_DIR "/home/{USER}/.config" #define WHY2_CHAT_CONFIG_DIR WHY2_CONFIG_DIR "/WHY2" -#define WHY2_CHAT_CONFIG_URL "https://raw.githubusercontent.com/ENGO150/WHY2/development/src/chat/config" +#define WHY2_CHAT_CONFIG_URL "https://raw.githubusercontent.com/ENGO150/WHY2/development/src/chat/config/" #define WHY2_CHAT_CONFIG_SERVER "server.toml" #define WHY2_CHAT_CONFIG_CLIENT "client.toml"