mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 11:27:34 -04:00 
			
		
		
		
	Working on Dashboard API
This commit is contained in:
		
							parent
							
								
									166811e3e9
								
							
						
					
					
						commit
						56b863a89a
					
				| @ -159,6 +159,7 @@ class DashboardApiController extends BaseAPIController | ||||
|         } | ||||
| 
 | ||||
|         $data = [ | ||||
|             'id' => 1, | ||||
|             'paidToDate' => $paidToDate, | ||||
|             'balances' => $balances, | ||||
|             'averageInvoice' => $averageInvoice, | ||||
|  | ||||
| @ -101,7 +101,6 @@ if (Utils::isReseller()) { | ||||
| 
 | ||||
| Route::group(['middleware' => 'auth:user'], function() { | ||||
|     Route::get('dashboard', 'DashboardController@index'); | ||||
|     Route::get('dashboard2', 'DashboardApiController@index'); | ||||
|     Route::get('view_archive/{entity_type}/{visible}', 'AccountController@setTrashVisible'); | ||||
|     Route::get('hide_message', 'HomeController@hideMessage'); | ||||
|     Route::get('force_inline_pdf', 'UserController@forcePDFJS'); | ||||
| @ -258,6 +257,7 @@ Route::group(['middleware' => 'api', 'prefix' => 'api/v1'], function() | ||||
|     Route::resource('expenses','ExpenseApiController'); | ||||
|     Route::post('add_token', 'AccountApiController@addDeviceToken'); | ||||
|     Route::post('update_notifications', 'AccountApiController@updatePushNotifications'); | ||||
|     Route::get('dashboard', 'DashboardApiController@index'); | ||||
| 
 | ||||
|     // Vendor
 | ||||
|     Route::resource('vendors', 'VendorApiController'); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user