diff --git a/apps/web/src/api/buster_rest/dashboards/requests.ts b/apps/web/src/api/buster_rest/dashboards/requests.ts index f4c964e03..c641fefb4 100644 --- a/apps/web/src/api/buster_rest/dashboards/requests.ts +++ b/apps/web/src/api/buster_rest/dashboards/requests.ts @@ -32,7 +32,7 @@ export const getDashboardById = async ({ /** The version number of the dashboard */ version_number?: number; }) => { - return await mainApiV2 + return await mainApi .get(`/dashboards/${id}`, { params: { password, version_number }, })