Add a new dashboard page.
This commit is contained in:
parent
89150e1164
commit
fd24b1898e
133 changed files with 17303 additions and 11112 deletions
8
webui/src/_helpers/APP.js
Normal file
8
webui/src/_helpers/APP.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
const APP = {
|
||||
config: {
|
||||
env: process.env.APP_ENV,
|
||||
apiUrl: process.env.APP_API
|
||||
}
|
||||
}
|
||||
|
||||
export { APP }
|
||||
Loading…
Add table
Add a link
Reference in a new issue