Skip to content

Instantly share code, notes, and snippets.

@GaetanoPiazzolla
Created July 21, 2021 07:58
Show Gist options
  • Save GaetanoPiazzolla/aaf33748d19a17bcb235d3b4ab831e25 to your computer and use it in GitHub Desktop.
Save GaetanoPiazzolla/aaf33748d19a17bcb235d3b4ab831e25 to your computer and use it in GitHub Desktop.
Example usage of the environment constant
import { environment } from 'environment'
. . .
fetch(environment.apiBackendUrl + ‘/path’)
.then(response => response.json())
.then(data => console.log(data));
@GaetanoPiazzolla
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment