OpenMediaCenter/apiGo/static/StaticServe_apionly.go
Lukas Heiligenbrunner d9d6907745 delete useless custombackend popup
correct load of subpage when standalone binary
ability to set external videourl when using standalone binary
2021-04-02 17:04:15 +00:00

7 lines
96 B
Go

// +build !static
package static
// add nothing on no static build
func ServeStaticFiles() {}