Add HTTP handler for plugins management

master
David BRASSELY 2015-03-25 09:50:57 +01:00
parent 0b02cd9c34
commit 9ffd762252
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class EmbeddedHttpServer implements HttpServer {
RuntimeDelegate.setInstance(null);
addManagementHandler();
// addPluginsHandler();
addPluginsHandler();
}
}