Skip to content

Commit

Permalink
Removing path redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Riggan committed Apr 11, 2018
1 parent 18df6d7 commit cbc684a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { BlocksProvider } from '../providers/blocks/blocks';
BrowserModule,
HttpModule,
PagesModule,
IonicModule.forRoot(InsightApp, {locationStrategy: 'path'})
IonicModule.forRoot(InsightApp)
],
bootstrap: [IonicApp],
entryComponents: [
Expand Down

0 comments on commit cbc684a

Please sign in to comment.