feat(): restructure

This commit is contained in:
bi
2022-01-08 20:02:01 +07:00
parent e8bc7e463a
commit f6b4257ac7
176 changed files with 26 additions and 0 deletions

7
app/src/config/index.js Normal file
View File

@@ -0,0 +1,7 @@
var _HOST = ""
_HOST = process.env.REACT_APP_HOST
export const HOST = _HOST