Add config.js

This commit is contained in:
Andrea Fazzi 2021-11-08 09:24:57 +01:00
parent d9909a0f41
commit 17b571669e

3
frontend/src/config.js Normal file
View file

@ -0,0 +1,3 @@
export const config = {
endpoint: "http://localhost:8080"
}