mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-28 11:34:24 +01:00
5 lines
102 B
TypeScript
5 lines
102 B
TypeScript
const CONSTS = {
|
|
apiEndpoint: 'http://localhost:8888/.netlify/functions'
|
|
}
|
|
|
|
export default CONSTS; |