aboutsummaryrefslogtreecommitdiffstats
path: root/webui/debug_assets.go
blob: 4027ecf116a199bf1d0f85a900d388e99cee8baa (plain) (blame)
1
2
3
4
5
6
7
// +build !deploy_build

package webui

import "net/http"

var WebUIAssets http.FileSystem = http.Dir("webui/build")