Added constant for server address

This commit is contained in:
2022-08-31 00:50:15 +01:00
parent e84b2364e3
commit 6451073a62
+3
View File
@@ -0,0 +1,3 @@
export default Object.freeze({
SERVER: 'http://127.0.0.1:5000/'
})