From 1d4f1308f44555513f915c5b699b7a93a67e6729 Mon Sep 17 00:00:00 2001 From: anthony amaro Date: Wed, 21 Oct 2020 10:46:13 -0700 Subject: [PATCH 1/2] testing --- routes/api.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/api.php b/routes/api.php index bcb8b18..662fc21 100644 --- a/routes/api.php +++ b/routes/api.php @@ -4,6 +4,7 @@ use Illuminate\Support\Facades\Route; /* +testing if this work |-------------------------------------------------------------------------- | API Routes |-------------------------------------------------------------------------- From 5e3d1b980b9315b4992e2656ca4b2f37c3a7d240 Mon Sep 17 00:00:00 2001 From: anthony amaro Date: Wed, 21 Oct 2020 10:49:06 -0700 Subject: [PATCH 2/2] testing22 --- routes/api.php | 6 +++++- routes/channels.php | 2 ++ routes/console.php | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/routes/api.php b/routes/api.php index 662fc21..901701b 100644 --- a/routes/api.php +++ b/routes/api.php @@ -5,7 +5,11 @@ /* testing if this work -|-------------------------------------------------------------------------- +| + + +keep testing +-------------------------------------------------------------------------- | API Routes |-------------------------------------------------------------------------- | diff --git a/routes/channels.php b/routes/channels.php index 5d451e1..1a99929 100644 --- a/routes/channels.php +++ b/routes/channels.php @@ -3,6 +3,8 @@ use Illuminate\Support\Facades\Broadcast; /* + +ttessting |-------------------------------------------------------------------------- | Broadcast Channels |-------------------------------------------------------------------------- diff --git a/routes/console.php b/routes/console.php index e05f4c9..8c5a423 100644 --- a/routes/console.php +++ b/routes/console.php @@ -4,7 +4,9 @@ use Illuminate\Support\Facades\Artisan; /* -|-------------------------------------------------------------------------- +| + +tesing-------------------------------------------------------------------------- | Console Routes |-------------------------------------------------------------------------- |