diff --git a/main.go b/main.go index a14353753..87dbae9ea 100644 --- a/main.go +++ b/main.go @@ -41,7 +41,6 @@ var ( // used by static file view handlers staticFileSystem = newBinaryFileSystem("ui/build") - staticFileServer = http.FileServer(staticFileSystem) ) func getViewURL(sub string) string {