Skip to content

Commit

Permalink
reenable web server
Browse files Browse the repository at this point in the history
  • Loading branch information
jgkawell committed Feb 6, 2025
1 parent 643832d commit 0605dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/platform/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func main() {
actl = apps.NewController(logger)
sctl = system.NewController(logger, broadcaster)
webRPC = web.New(logger, actl, sctl)
// webHTTP = web.NewHttp(logger, actl, sctl)
webHTTP = web.NewHttp(logger, actl, sctl)
internalRPC = internal.New(logger, sctl)
)

Expand All @@ -43,7 +43,7 @@ func main() {
WithClientApplication(files).
WithRPCHandler(daemonRPC).
WithRPCHandler(webRPC).
// WithRPCHandler(webHTTP).
WithRPCHandler(webHTTP).
WithRPCHandler(internalRPC).
WithRunner(runner).
WithRoute(&ntv1.Route{
Expand Down

0 comments on commit 0605dc2

Please sign in to comment.