author | ymh <ymh.work@gmail.com> |
Fri, 12 Feb 2016 22:31:48 +0100 | |
changeset 123 | 4c97e9da1416 |
parent 102 | 976962b53ab9 |
child 126 | e87a340711a4 |
permissions | -rw-r--r-- |
123
4c97e9da1416
Remove use of global variables + remove ember-cli-content-security-policy from package.json to avoid bogus csp violation warnings
ymh <ymh.work@gmail.com>
parents:
102
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 |
// }); |