Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
skouter
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix type error
master
Immanuel Onyeka
hace 1 año
padre
9f31c024f5
commit
7b325342ea
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
skouter.go
+ 1
- 1
skouter.go
Ver fichero
@@ -3866,7 +3866,7 @@ func setupProxy(r *httputil.ProxyRequest) {
}
func serve() {
files := http.FileServer
(http.Dir("")
)
files := http.FileServer
FS(assets
)
proxy := &httputil.ReverseProxy{
Rewrite: setupProxy,
Escribir
Vista previa
Cargando…
Cancelar
Guardar