mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 19:49:11 +03:00
9 lines
237 B
Text
9 lines
237 B
Text
|
#Контроллер авторизации методом json
|
||
|
|
||
|
Route:
|
||
|
```php
|
||
|
Route::put('launcher/auth', 'LauncherAuthController@json');
|
||
|
```
|
||
|
|
||
|
Добавить в **.env** строку `LAUNCHER_APIKEY=none`
|
||
|
Где `none` ваш apiKey
|