Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
fix(mirage): passthrough translation sideloading
Browse files Browse the repository at this point in the history
  • Loading branch information
devinus committed Jun 6, 2018
1 parent ebda9eb commit 99f53fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mirage/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export default function () {
http://www.ember-cli-mirage.com/docs/v0.3.x/shorthands/
*/

// ember-intl
this.passthrough('/translations/**');

// Live network
this.passthrough('http://localhost:7076');

Expand Down

0 comments on commit 99f53fd

Please sign in to comment.