From 35d82b13451b89b897c4aee860e7889b70ea90c7 Mon Sep 17 00:00:00 2001 From: Web-Mage <77897670+Web-Mage@users.noreply.github.com> Date: Wed, 8 Oct 2025 17:25:21 -0500 Subject: [PATCH] Update 0.configuration.md The HTTP Server does not need the leading / character on the mapped path. It is implied and added automatically on the server side. --- streamerbot/3.api/5.http/0.guide/0.configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/streamerbot/3.api/5.http/0.guide/0.configuration.md b/streamerbot/3.api/5.http/0.guide/0.configuration.md index 6d6760e9..82436074 100644 --- a/streamerbot/3.api/5.http/0.guide/0.configuration.md +++ b/streamerbot/3.api/5.http/0.guide/0.configuration.md @@ -33,7 +33,7 @@ parameters: description: | A list of URL path mappings to local directories or files to serve via HTTP. - - `Path`: The URL path to map to (e.g., `/files`) + - `Path`: The URL path to map to (e.g., `files`) - `Folder`: The local directory or file to serve (e.g., `C:\path\to\directory`) --- -:: \ No newline at end of file +::