We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692b230 commit 4236192Copy full SHA for 4236192
1 file changed
frontend/src/config/backendConfig.ts
@@ -1 +1 @@
1
-export const BACKEND_URL = import.meta.env.PROD ? "https://sp-az.duckdns.org/notes" : "http://localhost:3000";
+export const BACKEND_URL = import.meta.env.PROD ? "https://notes-app-i6ea.onrender.com/" : "http://localhost:3000";
0 commit comments