We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae7f0d commit 44c9eddCopy full SHA for 44c9edd
src/app/insights/insights.service.ts
@@ -12,7 +12,7 @@ import { ITransactionInfo } from '../shared/interfaces/transactionInfo';
12
})
13
export class InsightsService {
14
// private baseUrl: string = 'http://localhost:8000/api/v1/btc-insights';
15
- private baseUrl: string = 'https://api.zurnov.com/api/v1/btc-insights';
+ private baseUrl: string = 'https://api.explore21.com/api/v1/btc-insights';
16
17
constructor(private http: HttpClient) {}
18
0 commit comments