Skip to content

Commit

Permalink
Merge pull request #8 from rocket-pool/dev
Browse files Browse the repository at this point in the history
Removed a comment
  • Loading branch information
jclapis authored May 17, 2024
2 parents b05bd1a + 9ed68b5 commit 4dd9d23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/server/net-server.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func NewNetworkSocketApiServer(logger *slog.Logger, ip string, port uint16, hand
}

// Register each route
//router.GetRoute().Host()
nmcRouter := router.PathPrefix("/" + baseRoute + "/api/v" + apiVersion).Subrouter()
for _, handler := range server.handlers {
handler.RegisterRoutes(nmcRouter)
Expand Down

0 comments on commit 4dd9d23

Please sign in to comment.