change to api

This commit is contained in:
Zakwan Hamdan
2020-11-01 12:44:44 +08:00
parent 5f104396e6
commit ac9c0b94cf
6 changed files with 287 additions and 71 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ Route::get('/home', 'HomeController@index')->name('home');
Route::get('/pelanggan','CustomersController@index');
Route::get('/customer_info',['as'=>'customer_info','uses'=>'CustomersController@info']);
Route::get('/gadaian',['as'=>'gadaian','uses'=>'GadaianController@index']);
Route::get('/daftar_marhun','MarhunController@index');
Route::get('/daftar_marhun',['as'=>'daftar_marhun','uses'=>'MarhunController@index']);
Route::get('/penebusan','PenebusanController@index');
Route::get('/aliran_tunai','AliranTunaiController@index');
Route::get('/harga_emas','HargaEmasController@index');