First pass at converting websocket to send a token along with every call
This commit is contained in:
parent
513965dac7
commit
18c4b951e6
8 changed files with 143 additions and 135 deletions
|
@ -3,7 +3,6 @@
|
|||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/authenticate/{token}', 'ValidateKeyController@index');
|
||||
Route::post('/websocket/{token}', 'ValidateWebsocketController');
|
||||
Route::post('/download-file', 'FileDownloadController@index');
|
||||
|
||||
Route::group(['prefix' => '/scripts'], function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue