We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086b86d commit 20f7df2Copy full SHA for 20f7df2
src/app/app-routing.module.ts
@@ -15,7 +15,7 @@ import { V2RedirectComponent } from './modules/v2-redirect/v2-redirect.component
15
import { EnvironmentType } from 'src/environments/enum';
16
import { environment } from 'src/environments/environment';
17
18
-const isNotLegacy: boolean = environment.production !== EnvironmentType.TT_DEV;
+const isNotLegacy: boolean = environment.production !== EnvironmentType.TT_PROD_LEGACY;
19
let routes: Routes;
20
21
if (isNotLegacy) {
0 commit comments