little_brother icon indicating copy to clipboard operation
little_brother copied to clipboard

Make API URL depend on base_url setting

Open marcus67 opened this issue 11 months ago • 0 comments

Current status: The URL for the API calls (e.g. /api/status) is always relative to the root URL /. The configuration item [StatusServer]base_url is not used to compute the API URL. Desired status: The API URL will be relative to the URL set in [StatusServer]base_url, e.g. with the base_url=/some-base the API URL for status requests will be /some-base/api/status.

Also see https://github.com/marcus67/little_brother_taskbar/issues/42.

marcus67 avatar Mar 09 '24 15:03 marcus67