Merge pull request #593 from keerifox/patch-6

Remove nanex and nanocrawler backend options
This commit is contained in:
Joohansson (Json) 2023-08-14 15:08:09 +02:00 committed by GitHub
commit 6edbeddc23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,22 +93,6 @@ export class AppSettingsService {
auth: null,
shouldRandom: true,
},
{
name: 'Nanex.cc',
value: 'nanex',
api: 'https://api.nanex.cc',
ws: null,
auth: null,
shouldRandom: false,
},
{
name: 'NanoCrawler',
value: 'nanocrawler',
api: 'https://vault.nanocrawler.cc/api/node-api',
ws: null,
auth: null,
shouldRandom: false,
},
{
name: 'Custom',
value: 'custom',