diff --git a/src/FrontblockAdmin.ts b/src/FrontblockAdmin.ts index 73f043f..c78db21 100644 --- a/src/FrontblockAdmin.ts +++ b/src/FrontblockAdmin.ts @@ -7,9 +7,9 @@ import { FrontblockApiConf } from "frontblock/FrontblockApiClient" type pluginEntry = {pluginPath:string, conf?:any} const pluginList:pluginEntry[] = [ - { pluginPath: '../../paymentmanager/static/Plugin', conf:{ apiHost: 'localhost' /*/ 'api.testnet.frontblock.me' */, apiPort: 10001 } }, - { pluginPath: '../../htmlsupplier/static/Plugin' }, - { pluginPath: 'frontblock/FrontblockApiClient', conf:{ apiHost: 'localhost' /*/ 'api.testnet.frontblock.me' */, apiPort: 10001 } } + //{ pluginPath: '../../paymentmanager/static/Plugin', conf:{ apiHost: 'localhost' /*/ 'api.testnet.frontblock.me' */, apiPort: 10001 } }, + //{ pluginPath: '../../htmlsupplier/static/Plugin' }, + { pluginPath: 'frontblock/FrontblockApiClient', conf:{ apiHost: /*/ 'localhost' */ 'api.testnet.frontblock.me' , apiPort: 10001 } } ] const express = require('express')