diff --git a/client/src/config.js b/client/src/config.js new file mode 100644 index 0000000..0f84164 --- /dev/null +++ b/client/src/config.js @@ -0,0 +1,3 @@ +export default Object.freeze({ + SERVER: 'http://127.0.0.1:5000/' +}) \ No newline at end of file