Skip to content

Commit

Permalink
Merge pull request #27 from mlibrary/issue-working25
Browse files Browse the repository at this point in the history
cleanup code
  • Loading branch information
blancoj authored Jan 28, 2025
2 parents f8c9f29 + 44fa415 commit 343e2ab
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 196 deletions.
5 changes: 0 additions & 5 deletions src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import { NgModule } from '@angular/core';
import { RouterModule, NoPreloading } from '@angular/router';
import { AuthBlockingGuard } from './core/auth/auth-blocking.guard';
import { ExternalRedirectComponent } from './external-redirect/external-redirect.component';
import { RobotsComponent } from './robots-redirect/robots-redirect.component';
import { ClockssComponent } from './clockss-redirect/clockss-redirect.component';


import { AuthenticatedGuard } from './core/auth/authenticated.guard';
import {
Expand Down Expand Up @@ -59,8 +56,6 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
resolve: [MenuResolver],
children: [
{ path: '', component: ExternalRedirectComponent, pathMatch: 'full' },
{ path: 'robots123.txt', component: RobotsComponent },
{ path: 'clockss123.txt', component: ClockssComponent },
{
path: 'reload/:rnd',
component: ThemedPageNotFoundComponent,
Expand Down
13 changes: 0 additions & 13 deletions src/app/clockss-redirect.component.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/app/clockss-redirect/clockss-redirect.component.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/app/robots-redirect/robots-redirect.component.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/assets/clockss.txt

This file was deleted.

151 changes: 0 additions & 151 deletions src/assets/robots.txt

This file was deleted.

0 comments on commit 343e2ab

Please sign in to comment.