From e844961e15c103577264f5e14b7f4b6255be47dc Mon Sep 17 00:00:00 2001 From: Edvard Fonsell Date: Thu, 24 Aug 2023 11:52:41 +0300 Subject: [PATCH] remove references to non-existing bank.nflow.io demo instance --- nflow-explorer/README.md | 4 ---- nflow-explorer/public/config.js | 8 +------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/nflow-explorer/README.md b/nflow-explorer/README.md index 3ca9694ce..c310046f7 100644 --- a/nflow-explorer/README.md +++ b/nflow-explorer/README.md @@ -11,10 +11,6 @@ The User Interface for [nFlow](https://github.com/NitorCreations/nflow). -## Demo - - - ## Development Installation diff --git a/nflow-explorer/public/config.js b/nflow-explorer/public/config.js index 38832646e..5fc7e2547 100644 --- a/nflow-explorer/public/config.js +++ b/nflow-explorer/public/config.js @@ -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. * @@ -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',