2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 05:47:17 +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()
}