This website works better with JavaScript
Home
Explore
Help
Sign In
lqb
/
nginx-ui
mirror of
https://github.com/0xJacky/nginx-ui.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Create frontend.go
0xJacky
3 years ago
parent
2fff1f5181
commit
8a681131a9
1 changed files
with
8 additions
and
0 deletions
Unified View
Show Diff Stats
8
0
frontend/frontend.go
+ 8
- 0
frontend/frontend.go
View File
@@ -0,0 +1,8 @@
+package frontend
+
+import (
+ "embed"
+)
+
+//go:embed dist
+var DistFS embed.FS