feat: add the plugin accessible endpoints

This commit is contained in:
Anthony Rubick
2025-07-19 22:29:22 -07:00
parent be5f631b9f
commit e3e31d9f22
2 changed files with 136 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ func main() {
//Initiate management interface APIs
requireAuth = !(*noauth)
initAPIs(webminPanelMux)
initRestAPI(webminPanelMux)
//Start the reverse proxy server in go routine
go func() {