From 51c2de4a196f6b47bd0f83d5518b1f26fbdc73fd Mon Sep 17 00:00:00 2001 From: nedko Date: Mon, 27 Jul 2026 17:28:24 +0300 Subject: [PATCH] Removed trailing slash from config_example's base_url --- config_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_example.json b/config_example.json index b89a298..916556c 100644 --- a/config_example.json +++ b/config_example.json @@ -2,7 +2,7 @@ // Required "host": "localhost", "port": 0, - "base_url": "https://trmnl.com/", + "base_url": "https://trmnl.com", // Optional "devices_filename": "devices.json",