Skip to content

Commit

Permalink
fix(zones): Update fastapi endpoint v1 to v2 (#5208)
Browse files Browse the repository at this point in the history
  • Loading branch information
r00ta authored Nov 13, 2023
1 parent 4bbe5fa commit fdd06b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/base/sagas/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type UploadScript = {
};

const BAKERY_LOGIN_API = "/MAAS/accounts/discharge-request/";
export const SERVICE_API = "/MAAS/a/v1/";
export const SERVICE_API = "/MAAS/a/v2/";
export const ROOT_API = "/MAAS/api/2.0/";
const SCRIPTS_API = `${ROOT_API}scripts/`;
const LICENSE_KEY_API = `${ROOT_API}license-key/`;
Expand Down

0 comments on commit fdd06b2

Please sign in to comment.