Skip to content

Commit

Permalink
change the api to point to the new api.
Browse files Browse the repository at this point in the history
Both work for now but we eventually want to move them to the new api
  • Loading branch information
cajames committed Feb 27, 2024
1 parent e824ae6 commit a7a2c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/internal/metrics/src/utils/request.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from 'axios';

const IMTBL_API = 'https://api.x.immutable.com';
const IMTBL_API = 'https://api.immutable.com';

export async function post<T = any>(path: string, data: any) {
const client = axios.create({
Expand Down

0 comments on commit a7a2c86

Please sign in to comment.