Add "placeholder" bot page
This commit is contained in:
parent
5acec31981
commit
59dd3cbdfa
2 changed files with 12 additions and 2 deletions
|
@ -44,11 +44,14 @@
|
|||
return view('pages.weather');
|
||||
});
|
||||
|
||||
Route::get('/music', function ()
|
||||
{
|
||||
Route::get('/music', function () {
|
||||
return view('pages.music');
|
||||
});
|
||||
|
||||
Route::get('/bot', function () {
|
||||
return view('pages.bot');
|
||||
});
|
||||
|
||||
/* ------------------------------ Admin Routes ------------------------------ */
|
||||
|
||||
Route::get('/admin', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue