Open jrhorn424 opened 8 years ago
export default ApplicationAdapter.extend({ - host: 'http://localhost:3000' });
Instead: ember server --proxy http://localhost:3000
ember server --proxy http://localhost:3000
I think I prefer including the API endpoint in config/environment.js?
config/environment.js
@jrhorn424 Thoughts? This should make deployment easier.
Instead:
ember server --proxy http://localhost:3000