Peter Makowski has proposed merging 
~petermakowski/maas-site-manager:update-api-url into maas-site-manager:main.

Commit message:
update API base url

Requested reviews:
  MAAS Committers (maas-committers)

For more details, see:
https://code.launchpad.net/~petermakowski/maas-site-manager/+git/site-manager/+merge/438452
-- 
Your team MAAS Committers is requested to review the proposed merge of 
~petermakowski/maas-site-manager:update-api-url into maas-site-manager:main.
diff --git a/frontend/src/api/urls.ts b/frontend/src/api/urls.ts
index 0a3217a..b303dd1 100644
--- a/frontend/src/api/urls.ts
+++ b/frontend/src/api/urls.ts
@@ -1,7 +1,7 @@
 import { getApiUrl } from "./utils";
 
 const urls = {
-  sites: getApiUrl("/api/sites"),
+  sites: getApiUrl("/sites"),
 };
 
 export default urls;
-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp

Reply via email to