mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
Updates version route
This commit is contained in:
@@ -299,7 +299,7 @@ func (h *handler) streamEvents(w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (h *handler) version(w http.ResponseWriter, r *http.Request) {
|
func (h *handler) version(w http.ResponseWriter, r *http.Request) {
|
||||||
fmt.Fprintln(w, h.config.Version)
|
fmt.Fprintf(w, "%v compiled with %v", h.config.Version, runtime.Version())
|
||||||
}
|
}
|
||||||
|
|
||||||
func sendContainersJSON(client docker.Client, w http.ResponseWriter) error {
|
func sendContainersJSON(client docker.Client, w http.ResponseWriter) error {
|
||||||
|
|||||||
Reference in New Issue
Block a user