From d50a6a3d7620fcaca0ed98c44e9635972af32cbb Mon Sep 17 00:00:00 2001 From: AINDUSTRIES Date: Fri, 24 Oct 2025 12:13:20 +0200 Subject: [PATCH] Changed "application" section to "server" --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 3596b76..eb15266 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ -[application] +[server] # Change with actual location of assets -assets="" +assets="./assets" # Set bind address bind="127.0.0.1:8080" \ No newline at end of file