1
0
Fork 0
cmdui/backend/api/assets/assets_local.go

12 lines
125 B
Go
Raw Normal View History

2017-10-29 22:06:41 +00:00
// +build !binassets
package assets
import (
"net/http"
)
func Handler() http.Handler {
return http.NotFoundHandler()
}