Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
66 changes: 0 additions & 66 deletions app/Http/Controllers/BlogController.php

This file was deleted.

39 changes: 0 additions & 39 deletions app/Http/Controllers/GalleryController.php

This file was deleted.

42 changes: 0 additions & 42 deletions app/Http/Controllers/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,51 +13,9 @@ public function __construct(ReportService $report)
$this->report = $report;
}

/**
*
*/
public function welcome()
{
return view('pages.welcome');
}

/**
*
*/
public function about()
{
return view('pages.about');
}

/**
*
*/
public function contact()
{
return view('pages.contact');
}

/**
*
*/
public function team()
{
return view('pages.team');
}

public function editions()
{
return view('pages.editions');
}


public function test ()
{
return 'test';
}

public function privacypolicy ()
{
return redirect('http://dtutimes.live/pdf/privacypolicy.pdf');
}
}
95 changes: 0 additions & 95 deletions app/Http/Controllers/SocietyController.php

This file was deleted.

76 changes: 0 additions & 76 deletions app/Http/Controllers/api/BlogController.php

This file was deleted.

Loading