diff --git a/package.json b/package.json index b5491fee..55d1e046 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "prepush": "npm run lint", "semantic-release": "semantic-release", "start": "fedx-scripts webpack-dev-server --progress", - "dev": "PUBLIC_PATH=/gradebook/ MFE_CONFIG_API_URL='http://localhost:8000/api/mfe_config/v1' fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io", + "dev": "PUBLIC_PATH=/gradebook/ MFE_CONFIG_API_URL='http://local.openedx.io:8000/api/mfe_config/v1' fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io", "test": "TZ=GMT fedx-scripts jest --coverage --passWithNoTests", "watch-tests": "jest --watch" },