File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ The User Interface for [nFlow](https://github.com/NitorCreations/nflow).
1111<img src =" https://raw.githubusercontent.com/NitorCreations/nflow/master/nflow-explorer/screenshots/nflow-explorer-workflow-instance-variables.png " width =" 345 " height =" 240 " >
1212<img src =" https://raw.githubusercontent.com/NitorCreations/nflow/master/nflow-explorer/screenshots/nflow-explorer-workflow-instance-manage.png " width =" 345 " height =" 240 " >
1313
14- ## Demo
15-
16- < https://bank.nflow.io/nflow-explorer/ >
17-
1814## Development
1915
2016Installation
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ var Config = new function() {
1212 this . refreshSeconds = 60 ;
1313
1414 /**
15- * Defines nFlow API REST API endpoints that Explorer will use. If there's more than >1 endpoints defined,
15+ * Defines nFlow API REST API endpoints that Explorer will use. If there's more than one endpoint defined,
1616 * the navigation bar will display a dropdown for endpoint selection and the first defined endpoint
1717 * is selected by default.
1818 *
@@ -23,12 +23,6 @@ var Config = new function() {
2323 * - docUrl: Swagger UI URL for nFlow REST API (optional)
2424 */
2525 this . nflowEndpoints = [
26- {
27- id : 'nbank' ,
28- title : 'nBank at nflow.io' ,
29- apiUrl : 'https://bank.nflow.io/nflow/api' ,
30- docUrl : 'https://bank.nflow.io/nflow/ui/doc/'
31- } ,
3226 {
3327 id : 'localhost' ,
3428 title : 'local nflow instance' ,
You can’t perform that action at this time.
0 commit comments