Commit cecd62f7 authored by Chris Molozian's avatar Chris Molozian
Browse files

Update generated console code.

parent 3ab8d698
Loading
Loading
Loading
Loading
+14 −26

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -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)
}