Updated container settings to be fresh

Necessary to ensure settings are unique per instance because, unfortunately, we have to deal with talking to two different TRMNL API endpoints now (i.e. `https://usetrmnl.com` and `https://usetrmnl.com/api`).

Milestone: patch
This commit is contained in:
Brooke Kuhlmann
2026-01-15 09:18:34 -07:00
parent 7ea4e06caa
commit 26b2564b40
+1 -1
View File
@@ -10,7 +10,7 @@ module TRMNL
module Container
extend Containable
register(:settings) { TRMNL::API::Configuration::Loader.new.call }
register(:settings, as: :fresh) { TRMNL::API::Configuration::Loader.new.call }
register(:requester) { API::Requester.new }
register(:logger) { Cogger.new id: "trmnl-api", formatter: :json }