author | nowmad@23.1.168.192.in-addr.arpa |
Fri, 22 Jan 2016 15:19:00 +0100 | |
changeset 102 | 976962b53ab9 |
parent 94 | 62984937a062 |
child 123 | 4c97e9da1416 |
permissions | -rw-r--r-- |
42
7d091abf82fd
add application adapter to simulate REST, using fixtures
nowmad@nowmads-macbook-pro.local
parents:
diff
changeset
|
1 |
import DS from 'ember-data'; |
91
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
90
diff
changeset
|
2 |
|
102 | 3 |
export { default } from 'ember-data-fixture-adapter'; |
42
7d091abf82fd
add application adapter to simulate REST, using fixtures
nowmad@nowmads-macbook-pro.local
parents:
diff
changeset
|
4 |
|
102 | 5 |
// export default DS.RESTAdapter.extend({ |
6 |
// host: 'http://127.0.0.1:8000', |
|
7 |
// namespace: 'api', |
|
8 |
// }); |