WIP - rebuilding from ground up
This commit is contained in:
parent
62020a9865
commit
ced3f7d2d2
16 changed files with 154 additions and 4 deletions
app/adapters
|
@ -2,6 +2,6 @@ import DS from 'ember-data';
|
|||
import config from '../config/environment';
|
||||
|
||||
export default DS.RESTAdapter.reopen({
|
||||
namespace: 'api',
|
||||
namespace: 'api/hymenobacter',
|
||||
host: config.apiURL
|
||||
});
|
||||
|
|
Reference in a new issue