package router import "github.com/google/wire" // ProviderSet wires the system route registrar. var ProviderSet = wire.NewSet(NewRoutes)