mirror of
https://github.com/usetrmnl/trmnl-api.git
synced 2026-04-29 13:35:13 -07:00
Added application dependencies
Necessary to configure all dependencies listed within the container for automatic injection as desired.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "infusible"
|
||||
|
||||
module TRMNL
|
||||
# Defines endpoint dependencies for automatic injection.
|
||||
module API
|
||||
Dependencies = Infusible[Container]
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user