remove nanex and nanocrawler backend options (both have shut down)

This commit is contained in:
keeri 2023-07-02 09:40:51 +00:00 committed by GitHub
commit 26cc0369e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,22 +99,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',