restore apilink

This commit is contained in:
MTG2000
2022-06-05 21:12:41 +03:00
parent 41b72cf6ad
commit 13efd174e7

View File

@@ -1,5 +1,5 @@
const CONSTS = {
apiEndpoint: 'http://localhost:8888/.netlify/functions'
apiEndpoint: process.env.REACT_APP_API_END_POINT ?? '/.netlify/functions'
}
export default CONSTS;