forked from metin2/web
Updated assets to March 2013, added news.
This commit is contained in:
@ -20,6 +20,7 @@ Route::get('/', fn () => view('main/home'));
|
||||
Route::prefix('main')->group(function() {
|
||||
Route::get('/home', fn () => view('main/home'));
|
||||
Route::get('/media', fn () => view('main/media'));
|
||||
Route::get('/news', fn () => view('main/news'));
|
||||
Route::get('/download', fn () => view('main/download'));
|
||||
Route::get('/highscore', fn () => view('main/highscore'));
|
||||
Route::get('/guildhighscore', fn () => view('main/guildhighscore'));
|
||||
|
Reference in New Issue
Block a user