move common static files, 503 on unavailable services
This commit is contained in:
parent
7b92f97b24
commit
b2485eda79
47 changed files with 36 additions and 9 deletions
6
static/static.go
Normal file
6
static/static.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package static
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed public
|
||||
var PublicFS embed.FS
|
||||
Loading…
Add table
Add a link
Reference in a new issue