Skip to content

Commit

Permalink
Register FIS Handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
Harish Senthilkumar committed Oct 8, 2024
1 parent 6e612c6 commit fa4e6ca
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 fa4e6ca

Please sign in to comment.