We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3409262 commit 1614f46Copy full SHA for 1614f46
src/components/NavBar.jsx
@@ -39,9 +39,9 @@ import {
39
40
// Pure functions
41
import downloadFileUtil from "../controllers/downloadAsFile";
42
-import { BASE_URL } from "../constants";
+import { BACKEND_URL } from "../constants";
43
44
-const URL = `${BASE_URL}/execute`;
+const URL = `${BACKEND_URL}/execute`;
45
46
const NavBar = ({
47
code,
0 commit comments