fix: Remove mynano and nanos.cc from backend
This commit is contained in:
parent
3f47df813e
commit
602f10c563
1 changed files with 0 additions and 17 deletions
|
|
@ -69,22 +69,6 @@ export class AppSettingsService {
|
||||||
auth: null,
|
auth: null,
|
||||||
shouldRandom: false,
|
shouldRandom: false,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'My Nano Ninja',
|
|
||||||
value: 'ninja',
|
|
||||||
api: 'https://mynano.ninja/api/node',
|
|
||||||
ws: 'wss://ws.mynano.ninja',
|
|
||||||
auth: null,
|
|
||||||
shouldRandom: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Nanos.cc',
|
|
||||||
value: 'nanos',
|
|
||||||
api: 'https://nault.nanos.cc/proxy',
|
|
||||||
ws: 'wss://nault-ws.nanos.cc',
|
|
||||||
auth: null,
|
|
||||||
shouldRandom: true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'Rainstorm City',
|
name: 'Rainstorm City',
|
||||||
value: 'rainstorm',
|
value: 'rainstorm',
|
||||||
|
|
@ -117,7 +101,6 @@ export class AppSettingsService {
|
||||||
acc.push( server.api.replace(/https?:\/\//g, '') );
|
acc.push( server.api.replace(/https?:\/\//g, '') );
|
||||||
return acc;
|
return acc;
|
||||||
}, [
|
}, [
|
||||||
'proxy.nanos.cc/proxy',
|
|
||||||
'node.somenano.com'
|
'node.somenano.com'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue