Skip to content

Commit a12e990

Browse files
[BUGFIX] Admin ne se lance plus (PIX-9624)
2 parents 1d0250f + bccbca8 commit a12e990

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

admin/config/environment.js

+3
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ module.exports = function (environment) {
109109
minValue: 0,
110110
}),
111111
},
112+
'ember-cli-mirage': {
113+
usingProxy: true,
114+
},
112115
};
113116

114117
if (environment === 'development') {

0 commit comments

Comments
 (0)