diff --git a/config.js b/config.js new file mode 100644 index 0000000..92a627d --- /dev/null +++ b/config.js @@ -0,0 +1,5 @@ +const url = + process.env.NODE_ENV !== "production" + ? "http://localhost:3000" + : "https://api.avishkarmnnit.in"; +export default url;