Added constant for server address
This commit is contained in:
parent
e84b2364e3
commit
6451073a62
3
client/src/config.js
Normal file
3
client/src/config.js
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export default Object.freeze({
|
||||||
|
SERVER: 'http://127.0.0.1:5000/'
|
||||||
|
})
|
Loading…
Reference in New Issue
Block a user