mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 12:40:25 +08:00
8 lines
90 B
Go
8 lines
90 B
Go
package bootstrap
|
|
|
|
import "panel/plugins/openresty"
|
|
|
|
func Plugins() {
|
|
openresty.Boot()
|
|
}
|