mirror of
https://github.com/usetrmnl/trmnl-api.git
synced 2026-04-29 13:35:13 -07:00
Added container settings registration
Necessary to provide application wide access to the configuration which will soon be shared by the newly renamed requester and client (not implemented yet). Milestone: minor
This commit is contained in:
@@ -10,6 +10,7 @@ module TRMNL
|
||||
module Container
|
||||
extend Containable
|
||||
|
||||
register(:settings) { TRMNL::API::Configuration::Loader.new.call }
|
||||
register(:requester) { API::Requester.new }
|
||||
register(:logger) { Cogger.new id: "trmnl-api", formatter: :json }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user