From a8be5e74b5333923ff1321ed973ae1830e67f414 Mon Sep 17 00:00:00 2001 From: roboogg133 Date: Wed, 30 Jul 2025 21:42:20 -0300 Subject: [PATCH] fixing --- src/httpsocket/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/httpsocket/main.go b/src/httpsocket/main.go index bbae1cc..1fbff15 100644 --- a/src/httpsocket/main.go +++ b/src/httpsocket/main.go @@ -11,8 +11,8 @@ import ( type ConfigTOML struct { Config struct { - DefaultHttpPort int `toml:"defaultHttpPort"` - DefaultCacheDir string `toml:"defaultCacheDir"` + DefaultHttpPort int `toml:"httpPort"` + DefaultCacheDir string `toml:"cacheDir"` } `toml:"Config"` }