Skip to content

Commit

Permalink
Switch to prod API
Browse files Browse the repository at this point in the history
  • Loading branch information
nkalupahana committed Apr 23, 2024
1 parent fac1716 commit 2c82fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const COLORS_CB: AnyMap = {
"5": "var(--background-color-inverted)"
};

export const BASE_URL = "https://latest---baseline-backend-lg27dbkpuq-uc.a.run.app";
export const BASE_URL = "https://api.getbaseline.app";

export function createPoints(data: Log[], colors: AnyMap) {
let points = [];
Expand Down

0 comments on commit 2c82fbd

Please sign in to comment.