.env
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
const serverApi = "http://192.168.56.1:3000";
|
||||
// const serverApi = "http://192.168.56.1:3000";
|
||||
const serverApi = import.meta.env.VITE_SERVER_API;
|
||||
|
||||
const apartmentsApi = `${serverApi}/apartments`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user