Browse Source

Fix type error

master
Immanuel Onyeka 7 months ago
parent
commit
7b325342ea
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      skouter.go

+ 1
- 1
skouter.go View File

@@ -3866,7 +3866,7 @@ func setupProxy(r *httputil.ProxyRequest) {
}

func serve() {
files := http.FileServer(http.Dir(""))
files := http.FileServerFS(assets)
proxy := &httputil.ReverseProxy{
Rewrite: setupProxy,


Loading…
Cancel
Save