routes: cleanup files
This commit is contained in:
parent
ba41fb5095
commit
e2c8a2fdea
5 changed files with 35 additions and 11 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue