Skip to content

Commit 44c9edd

Browse files
authored
Update proper baseUrl
1 parent 9ae7f0d commit 44c9edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/insights/insights.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { ITransactionInfo } from '../shared/interfaces/transactionInfo';
1212
})
1313
export class InsightsService {
1414
// private baseUrl: string = 'http://localhost:8000/api/v1/btc-insights';
15-
private baseUrl: string = 'https://api.zurnov.com/api/v1/btc-insights';
15+
private baseUrl: string = 'https://api.explore21.com/api/v1/btc-insights';
1616

1717
constructor(private http: HttpClient) {}
1818

0 commit comments

Comments
 (0)