diff --git a/internal/http/handlers.go b/internal/http/handlers.go index b166dfd..5996f47 100644 --- a/internal/http/handlers.go +++ b/internal/http/handlers.go @@ -35,7 +35,8 @@ func (h *Handlers) Index(w http.ResponseWriter, r *http.Request) { } func (h *Handlers) Stuff(w http.ResponseWriter, r *http.Request) { - web.Stuff("/ Stuff", "", "", w) + web.Stuff("/ Stuff", util.GetServiceByHost(r.Host, util.ServiceGit), + util.GetServiceByHost(r.Host, util.ServiceFiles), w) } func (h *Handlers) Mindflow(w http.ResponseWriter, r *http.Request) {