coalesceFindRequests
This commit is contained in:
parent
37becad20a
commit
6e7e04f225
3 changed files with 20 additions and 3 deletions
|
@ -3,5 +3,6 @@ import config from '../config/environment';
|
|||
|
||||
export default DS.RESTAdapter.reopen({
|
||||
namespace: 'api/hymenobacter',
|
||||
host: config.apiURL
|
||||
host: config.apiURL,
|
||||
coalesceFindRequests: true,
|
||||
});
|
||||
|
|
Reference in a new issue