3 lines
86 B
JavaScript
3 lines
86 B
JavaScript
|
global.fetch = require('node-fetch')
|
||
|
window.BASE_API = 'http://localhost:4000/api/v1'
|