fixed modals to use new endpoint and scrapped old pages

This commit is contained in:
piratefinn 2017-11-23 17:16:46 +00:00
parent f261fce7f5
commit fdd14c2fae
11 changed files with 51 additions and 159 deletions

View file

@ -16,7 +16,6 @@ import { PayrollLogComponent } from './payroll-log.component';
import { LeaderboardComponent } from './leaderboard.component';
import { MapComponent } from './map.component';
import { TrailMapComponent } from './trail-map.component';
import { TrailMapComponent2 } from './trail-map-2.component';
// Using child path to allow for FullLayout theming
const routes: Routes = [
@ -69,11 +68,6 @@ const routes: Routes = [
component: TrailMapComponent,
data: { title: 'Story Trail' },
},
{
path: 'story-trail-2',
component: TrailMapComponent2,
data: { title: 'Story Trail 2' },
},
{
path: 'payroll-log',
component: PayrollLogComponent,