Skip to content

Commit

Permalink
refactor: switch to auto location type in dummy app
Browse files Browse the repository at this point in the history
  • Loading branch information
jlegrone committed Aug 4, 2017
1 parent f80561c commit ec219d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function(environment) {
modulePrefix: 'dummy',
environment,
rootURL: '/',
locationType: 'hash',
locationType: 'auto',
contentSecurityPolicy: {
'img-src': "'self' data: emberjs.com assets-cdn.github.com",
'style-src': "'self' maxcdn.bootstrapcdn.com",
Expand Down

0 comments on commit ec219d6

Please sign in to comment.