From 094dfebf33efb8c67bcc71ca73f336a9e4538397 Mon Sep 17 00:00:00 2001 From: Seyi Adebajo Date: Wed, 29 Mar 2017 18:44:22 -0700 Subject: [PATCH] Temporarily switches locationType to hash based routes. This is due to horizontal email tasks being sent out --- wherehows-web/config/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wherehows-web/config/environment.js b/wherehows-web/config/environment.js index 660c8adb0b..1c559e2dc8 100644 --- a/wherehows-web/config/environment.js +++ b/wherehows-web/config/environment.js @@ -5,7 +5,7 @@ module.exports = function(environment) { modulePrefix: 'wherehows-web', environment: environment, rootURL: '/', - locationType: 'auto', + locationType: 'hash', EmberENV: { FEATURES: { // Here you can enable experimental features on an ember canary build