This commit is contained in:
2026-03-13 14:14:02 +00:00
parent 97a9f3fd9a
commit 55f7c9d296
2 changed files with 15 additions and 3 deletions
+11
View File
@@ -1,3 +1,14 @@
# [1.2.1] - 2026-03-13
### Fixed
- Admin GUI now uses direct relative paths for all API fetch calls, ensuring compatibility with reverse proxy setups (Nginx, Caddy, etc.)
- No port is appended in JavaScript fetch requests, so `/api/versions` loads correctly from the admin domain.
### Changed
- Updated admin HTML in app.py to remove `API_URL` variable and use direct relative paths for all API calls.
---
# Changelog
All notable changes to the Update Server project will be documented in this file.