Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1385 from weaveworks/followup/1352-v11-routes
Browse files Browse the repository at this point in the history
Add v11 daemon route
  • Loading branch information
rndstr authored Sep 21, 2018
2 parents a7a9c4c + 367a99f commit 9c42b28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func UpstreamRoutes(r *mux.Router) {
r.NewRoute().Name(RegisterDaemonV8).Methods("GET").Path("/v8/daemon")
r.NewRoute().Name(RegisterDaemonV9).Methods("GET").Path("/v9/daemon")
r.NewRoute().Name(RegisterDaemonV10).Methods("GET").Path("/v10/daemon")
r.NewRoute().Name(RegisterDaemonV11).Methods("GET").Path("/v11/daemon")
r.NewRoute().Name(LogEvent).Methods("POST").Path("/v6/events")
}

Expand Down

0 comments on commit 9c42b28

Please sign in to comment.