Skip to content

Commit

Permalink
chore: little comment to clarify where applications are loaded from
Browse files Browse the repository at this point in the history
  • Loading branch information
wufe committed Jan 10, 2024
1 parent b2c78ae commit f040168
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/startup-service.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ type Startup struct {

type StartupParams struct {
dig.In
Configuration *models.RootConfiguration
Configuration *models.RootConfiguration
// Applications is initially loaded from DI's AddConfiguration method
Applications []*models.Application
Handler *rest.Handler
Static *services.StaticService
Expand Down

0 comments on commit f040168

Please sign in to comment.