Add config.js
This commit is contained in:
parent
d9909a0f41
commit
17b571669e
1 changed files with 3 additions and 0 deletions
3
frontend/src/config.js
Normal file
3
frontend/src/config.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
export const config = {
|
||||
endpoint: "http://localhost:8080"
|
||||
}
|
Loading…
Reference in a new issue