Skip to content

Commit

Permalink
remove references to non-existing bank.nflow.io demo instance
Browse files Browse the repository at this point in the history
  • Loading branch information
efonsell committed Aug 24, 2023
1 parent d4630fe commit e844961
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
4 changes: 0 additions & 4 deletions nflow-explorer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ The User Interface for [nFlow](https://github.com/NitorCreations/nflow).
<img src="https://raw.githubusercontent.com/NitorCreations/nflow/master/nflow-explorer/screenshots/nflow-explorer-workflow-instance-variables.png" width="345" height="240">
<img src="https://raw.githubusercontent.com/NitorCreations/nflow/master/nflow-explorer/screenshots/nflow-explorer-workflow-instance-manage.png" width="345" height="240">

## Demo

<https://bank.nflow.io/nflow-explorer/>

## Development

Installation
Expand Down
8 changes: 1 addition & 7 deletions nflow-explorer/public/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var Config = new function() {
this.refreshSeconds = 60;

/**
* Defines nFlow API REST API endpoints that Explorer will use. If there's more than >1 endpoints defined,
* Defines nFlow API REST API endpoints that Explorer will use. If there's more than one endpoint defined,
* the navigation bar will display a dropdown for endpoint selection and the first defined endpoint
* is selected by default.
*
Expand All @@ -23,12 +23,6 @@ var Config = new function() {
* - docUrl: Swagger UI URL for nFlow REST API (optional)
*/
this.nflowEndpoints = [
{
id: 'nbank',
title: 'nBank at nflow.io',
apiUrl: 'https://bank.nflow.io/nflow/api',
docUrl: 'https://bank.nflow.io/nflow/ui/doc/'
},
{
id: 'localhost',
title: 'local nflow instance',
Expand Down

0 comments on commit e844961

Please sign in to comment.