From 7c9967b3518c112a7d80efb96642610172a4a2c5 Mon Sep 17 00:00:00 2001 From: Jenniline Date: Tue, 13 Aug 2019 23:07:43 +0100 Subject: [PATCH] commiting the route file which is web.php --- routes/web.php | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/routes/web.php b/routes/web.php index 1a908e3..3d31c78 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1,21 +1,9 @@ post('message/{id}',function ($id){ - return 'message '.$id; - }); - //Route for class Incommingmessage - $router ->get('message/{id}','Incommingmessage@show'); + $router->get('/audio-transcribe',['uses' => 'audiofileController@parseAudio'] + + ); + ?>