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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
use Illuminate\Support\Facades\Route;

/*
|--------------------------------------------------------------------------
testing if this work
|


keep testing
--------------------------------------------------------------------------
| API Routes
|--------------------------------------------------------------------------
|
Expand Down
2 changes: 2 additions & 0 deletions routes/channels.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
use Illuminate\Support\Facades\Broadcast;

/*

ttessting
|--------------------------------------------------------------------------
| Broadcast Channels
|--------------------------------------------------------------------------
Expand Down
4 changes: 3 additions & 1 deletion routes/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
use Illuminate\Support\Facades\Artisan;

/*
|--------------------------------------------------------------------------
|

tesing--------------------------------------------------------------------------
| Console Routes
|--------------------------------------------------------------------------
|
Expand Down