2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 12:40:25 +08:00
Files
panel/bootstrap/plugins.go
2023-06-22 00:09:56 +08:00

8 lines
90 B
Go

package bootstrap
import "panel/plugins/openresty"
func Plugins() {
openresty.Boot()
}