X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1feb5aaffe6fee4a9c8c8c64877f1da6f3490e06..65d436f7c4bd643c7b6cccf97001ff6aef2c896b:/src/common/config.ts diff --git a/src/common/config.ts b/src/common/config.ts index 775b11452a..250c806c69 100644 --- a/src/common/config.ts +++ b/src/common/config.ts @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: AGPL-3.0 -import Axios from "../../node_modules/axios"; +import Axios from "axios"; export const CONFIG_URL = process.env.REACT_APP_ARVADOS_CONFIG_URL || "/config.json";