Ver a proveniência

FIX MISSING TEMPLATE DATA

tags/v1.0.0
Andrea Spacca há 5 anos
ascendente
cometimento
64344fcf4d
1 ficheiros alterados com 5 adições e 3 eliminações
  1. +5
    -3
      server/handlers.go

+ 5
- 3
server/handlers.go Ver ficheiro

@@ -204,13 +204,15 @@ func (s *Server) viewHandler(w http.ResponseWriter, r *http.Request) {
webAddress := resolveWebAddress(r)

data := struct {
Hostname string
WebAddress string
GAKey string
Hostname string
WebAddress string
GAKey string
UserVoiceKey string
}{
hostname,
webAddress,
s.gaKey,
s.userVoiceKey,
}

if acceptsHTML(r.Header) {


Carregando…
Cancelar
Guardar