This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
skouter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix type error
master
Immanuel Onyeka
7 months ago
parent
9f31c024f5
commit
7b325342ea
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.FileServer
FS(assets
)
proxy := &httputil.ReverseProxy{
Rewrite: setupProxy,
Write
Preview
Loading…
Cancel
Save