Skip to content

Commit e844961

Browse files
committed
remove references to non-existing bank.nflow.io demo instance
1 parent d4630fe commit e844961

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

nflow-explorer/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2016
Installation

nflow-explorer/public/config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)