From b1c501e2f239ef6dcbf5e55e403834d793c6a0f6 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 30 Jun 2018 23:44:50 +0200 Subject: Finished websocket integration --- routes/web.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'routes/web.php') diff --git a/routes/web.php b/routes/web.php index 810aa34..7c0500f 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1,5 +1,4 @@ ['auth']], function() { + Route::get('writeMessage', ['as'=>'writeMessage','uses'=>'SocketController@writeMessage']); + Route::post('sendMessage', 'SocketController@sendMessage'); +}); \ No newline at end of file -- cgit v1.2.3