Loading console/a_console-packr.go +14 −26 File changed.Preview size limit exceeded, changes collapsed. Show changes console/ui.go +1 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,6 @@ import ( ) func Handler() http.Handler { uiBox := packr.NewBox("./ui/dist") // path must be string not a variable for packr to understand uiBox := packr.NewBox("./ui/build") // path must be string not a variable for packr to understand return http.FileServer(uiBox) } Loading
console/a_console-packr.go +14 −26 File changed.Preview size limit exceeded, changes collapsed. Show changes
console/ui.go +1 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,6 @@ import ( ) func Handler() http.Handler { uiBox := packr.NewBox("./ui/dist") // path must be string not a variable for packr to understand uiBox := packr.NewBox("./ui/build") // path must be string not a variable for packr to understand return http.FileServer(uiBox) }