first commit
This commit is contained in:
1
routes/api.php
Normal file
1
routes/api.php
Normal file
@@ -0,0 +1 @@
|
||||
<?php
|
||||
1
routes/channels.php
Normal file
1
routes/channels.php
Normal file
@@ -0,0 +1 @@
|
||||
<?php
|
||||
1
routes/console.php
Normal file
1
routes/console.php
Normal file
@@ -0,0 +1 @@
|
||||
<?php
|
||||
11
routes/web.php
Normal file
11
routes/web.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
Route::get('/', 'IndexController@index')->name('index');
|
||||
Route::get('/test', 'TestController@index')->name('test');
|
||||
Route::get('/test/grant', 'TestController@grant')->name('test.grant');
|
||||
Route::get('/test/checkcoupon', 'TestController@checkcoupon')->name('test.checkcoupon');
|
||||
Route::get('/test/query', 'TestController@query')->name('test.query');
|
||||
Route::get('/test/destroy', 'TestController@destroy')->name('test.destroy');
|
||||
|
||||
Route::get('/skyxu', 'SkyxuController@index')->name('skyxu');
|
||||
Route::get('/coupon', 'CouponController@index')->name('coupon');
|
||||
Reference in New Issue
Block a user