routes: cleanup files

This commit is contained in:
Matthew Penner 2021-01-13 10:03:27 -07:00
parent ba41fb5095
commit e2c8a2fdea
5 changed files with 35 additions and 11 deletions

View file

@ -2,12 +2,13 @@
use Illuminate\Support\Facades\Route;
/**
* Pterodactyl - Panel
* Copyright (c) 2015 - 2017 Dane Everitt <dane@daneeveritt.com>.
*
* This software is licensed under the terms of the MIT license.
* https://opensource.org/licenses/MIT
*/
/*
|--------------------------------------------------------------------------
| Server Routes
|--------------------------------------------------------------------------
|
| Endpoint: /server
|
*/
Route::get('/')->name('server.index');
Route::get('/console')->name('server.console');