Refactored users/edit
This commit is contained in:
parent
b742ddbb51
commit
1dd0910ed1
13 changed files with 92 additions and 65 deletions
|
@ -2,7 +2,7 @@ export default function() {
|
|||
// Don't use mirage for development (for now)
|
||||
this.urlPrefix = 'http://127.0.0.1:8901';
|
||||
this.namespace = '/api';
|
||||
this.passthrough();
|
||||
this.passthrough('http://localhost:4200/**', 'http://127.0.0.1:8901/**');
|
||||
}
|
||||
|
||||
export function testConfig() {
|
||||
|
|
Reference in a new issue