初始化

This commit is contained in:
刘祥超
2020-07-22 09:59:40 +08:00
commit 795c30b95e
33 changed files with 14561 additions and 0 deletions

5
internal/web/actions.go Normal file
View File

@@ -0,0 +1,5 @@
package web
import (
_ "github.com/TeaOSLab/EdgeAdmin/internal/web/actions/default/index"
)