Skip to content

Commit

Permalink
chore: rearrange setup code
Browse files Browse the repository at this point in the history
  • Loading branch information
denopink committed Oct 9, 2024
1 parent 0057687 commit 2cad489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caduceus.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ func Caduceus(arguments []string, run bool) error {
candlelight.New,
),

anclafx.Provide(),
providePprofEndpoint(),
provideMetricEndpoint(),
provideHealthCheck(),
Expand All @@ -161,6 +160,7 @@ func Caduceus(arguments []string, run bool) error {
metrics.Provide(),
client.Provide(),
clorthofx.Provide(),
anclafx.Provide(),

fx.Invoke(
lifeCycle,
Expand Down

0 comments on commit 2cad489

Please sign in to comment.