|
|
@@ -214,11 +214,9 @@ Route::group([
|
|
|
$route->any('/forgetPass', 'Game\LoginController@forgetPassword');
|
|
|
|
|
|
$route->any('/routes', 'Game\WebRouteController@Routes');
|
|
|
- $route->any('/getRegisterGold', 'Game\WebRouteController@getRegisterGold');
|
|
|
$route->any('/pageModules/{id}', 'Game\WebPageModuleController@PageModules');
|
|
|
$route->any('/gameList', 'Game\WebPageModuleController@GameList');
|
|
|
$route->any('/actList', 'Game\ActivityController@List');
|
|
|
- $route->any('/igt/lunch', 'Game\IgtSimController@gameLunch');
|
|
|
});
|
|
|
|
|
|
|
|
|
@@ -227,6 +225,10 @@ Route::group([
|
|
|
'middleware' => ['checkGameLogin', 'mustGameLogin']
|
|
|
|
|
|
], function (\Illuminate\Routing\Router $route) {
|
|
|
+
|
|
|
+ $route->any('/igt/lunch', 'Game\IgtSimController@gameLunch');
|
|
|
+ $route->any('/getRegisterGold', 'Game\WebRouteController@getRegisterGold');
|
|
|
+
|
|
|
$route->any('/evoplay/lunch', 'Game\EvoplayController@gameLunch');
|
|
|
$route->any('/lucky/lunch', 'Game\LuckyStreakController@gameLunch');
|
|
|
|