Skip to content

Instantly share code, notes, and snippets.

View sibijohn72's full-sized avatar

Sibi John sibijohn72

View GitHub Profile
import RESTAdapter from 'ember-data/adapters/rest';
export default RESTAdapter.extend({
host: "https://5c57fdfb9815f6001490359a.mockapi.io/"
});