mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Disable timesheet route for push request
This commit is contained in:
parent
32d942b2b4
commit
92a7b087b0
@ -132,7 +132,7 @@ Route::group(array('before' => 'auth'), function()
|
||||
Route::get('api/credits/{client_id?}', array('as'=>'api.credits', 'uses'=>'CreditController@getDatatable'));
|
||||
Route::post('credits/bulk', 'CreditController@bulk');
|
||||
|
||||
Route::resource('timesheets', 'TimesheetController');
|
||||
//Route::resource('timesheets', 'TimesheetController');
|
||||
});
|
||||
|
||||
// Route group for API
|
||||
|
Loading…
Reference in New Issue
Block a user