mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
feat: Online modify settings #32
This commit is contained in:
parent
65b192c8be
commit
0f58c86613
8 changed files with 130 additions and 31 deletions
6
template/template.go
Normal file
6
template/template.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package template
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed *
|
||||
var DistFS embed.FS
|
Loading…
Add table
Add a link
Reference in a new issue