Skip to content

Commit

Permalink
Registering fault handlers within TMDS server
Browse files Browse the repository at this point in the history
  • Loading branch information
mye956 committed Oct 3, 2024
1 parent 674c2a1 commit 25c0471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/handlers/task_server_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func taskServerSetup(

// TODO: Future PR to pass in TMDS server router once all of the handlers have been implemented.
execWrapper := execwrapper.NewExec()
registerFaultHandlers(nil, tmdsAgentState, metricsFactory, execWrapper)
registerFaultHandlers(muxRouter, tmdsAgentState, metricsFactory, execWrapper)

return tmds.NewServer(auditLogger,
tmds.WithHandler(muxRouter),
Expand Down

0 comments on commit 25c0471

Please sign in to comment.