API version2 update
Added get tcket lists master API update
This commit is contained in:
committed by
Manish Verma
parent
8e006192b1
commit
8f4a43a723
@@ -61,3 +61,19 @@
|
||||
*/
|
||||
Route::post('fcmtoken', ['as' => 'fcmtoken', 'uses' => 'Common\PushNotificationController@fcmToken']);
|
||||
});
|
||||
/*
|
||||
* ================================================================================================
|
||||
* @version v1
|
||||
* @access public
|
||||
* @copyright (c) 2016, Ladybird web solution
|
||||
* @author Manish Verma<manish.verma@ladybirdweb.com>
|
||||
* @name Faveo
|
||||
*/
|
||||
Route::group(['prefix' => 'api/v2'], function () {
|
||||
/*
|
||||
* Helpdesk
|
||||
*/
|
||||
Route::group(['prefix' => 'helpdesk'], function () {
|
||||
Route::get('tickets', '\App\Api\v2\TicketController@getTickets');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user