Tweak mirage for clostridium
This commit is contained in:
parent
d674d07951
commit
6bdbacf978
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export default function() {
|
||||||
|
|
||||||
export function testConfig() {
|
export function testConfig() {
|
||||||
this.urlPrefix = 'https://bactdb-test.herokuapp.com';
|
this.urlPrefix = 'https://bactdb-test.herokuapp.com';
|
||||||
this.namespace = '/api/hymenobacter';
|
this.namespace = '/api/clostridium';
|
||||||
this.timing = 0;
|
this.timing = 0;
|
||||||
|
|
||||||
this.get('/users/:id');
|
this.get('/users/:id');
|
||||||
|
|
Reference in a new issue