mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
feat: static file router
This commit is contained in:
6
public/public.go
Normal file
6
public/public.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package public
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed dist
|
||||
var Public embed.FS
|
||||
Reference in New Issue
Block a user