mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-12 14:07:28 +00:00
The ConfigHandlers were calling config.SaveConfig() which uses globalPersistence initialized at startup with potentially wrong path. Now handlers use their own persistence instance directly which is initialized with the correct DataPath. This was causing Docker configurations to still save to /etc/pulse even though we thought we fixed it in v4.0.6. Fixes #253 (for real this time) |
||
|---|---|---|
| .. | ||
| alerts.go | ||
| config_handlers.go | ||
| diagnostics.go | ||
| middleware.go | ||
| notifications.go | ||
| router.go | ||
| settings.go | ||
| updates.go | ||