get('/user', function (Request $request) { return $request->user(); }); Route::get('/getalltemplates', 'ApiTemplateController@getAllTemplate'); Route::get('/gettemplatecategory', 'ApiTemplateController@gettemplatecategory'); Route::get('/gettemplatebycategory', 'ApiTemplateController@gettemplatebycategory'); Route::get('/loadmoretemplate', 'ApiTemplateController@loadmoretemplate'); Route::get('/gettemplatename', 'ApiTemplateController@getTemplateName'); Route::get('/gettemplatedetail', 'ApiTemplateController@getTemplateDetail'); Route::get('/getsitefeatures', 'ApiAgentController@getSiteFeatures'); Route::get('/getsitepricing', 'ApiAgentController@getSitePricing'); Route::get('/getappsfeatures', 'ApiAgentController@getAppsFeatures'); Route::get('/getappspricing', 'ApiAgentController@getAppsPricing'); Route::get('/getappsproject', 'ApiAgentController@getAppsProject'); Route::get('/getandroidfeatures', 'ApiAgentController@getAndroidFeatures'); Route::get('/getandroidpricing', 'ApiAgentController@getAndroidPricing'); Route::get('/getandroidproject', 'ApiAgentController@getAndroidProject'); Route::get('/getandroidprojectdetail', 'ApiAgentController@getAndroidProjectDetail'); Route::get('/loadmoreandroidproject', 'ApiAgentController@loadMoreAndroidProject'); Route::get('/loadmoreandroidprojectbycategory', 'ApiAgentController@loadMoreAndroidProjectByCategory'); Route::get('/loadmoreappsproject', 'ApiAgentController@loadMoreAppsProject'); Route::get('/loadappsprojectbycategory', 'ApiAgentController@loadAppsProjectByCategory'); Route::get('/appsprojectdetail', 'ApiAgentController@appsProjectDetail'); Route::get('/getasetfeatures', 'ApiAgentController@getAsetFeatures'); Route::get('/getasetpricing', 'ApiAgentController@getAsetPricing'); Route::get('/getemkafeatures', 'ApiAgentController@getEmkaFeatures'); Route::get('/getemkapricing', 'ApiAgentController@getEmkaPricing'); Route::get('/getteams', 'ApiAgentController@getTeams'); Route::get('/gethomepage', 'ApiAgentController@getHomePage'); Route::get('/getaltmedia', 'ApiAgentController@getAltMedia'); Route::get('/getaboutpage', 'ApiAgentController@getAboutPage'); Route::get('/getblogpage', 'ApiAgentController@getBlogPage'); Route::get('/loadmoreblog', 'ApiAgentController@loadMoreBlog'); Route::get('/getblogdetail', 'ApiAgentController@getBlogDetail'); Route::get('/getcontactpage', 'ApiAgentController@getContactPage'); Route::get('/getsitepage', 'ApiAgentController@getSitePage'); Route::get('/getandroidpage', 'ApiAgentController@getAndroidPage'); Route::get('/getasetpage', 'ApiAgentController@getAsetPage'); Route::get('/getemkapage', 'ApiAgentController@getEmkaPage'); Route::get('/getappspage', 'ApiAgentController@getAppsPage'); Route::get('/gethelpsite', 'ApiAgentController@getHelpSite'); Route::get('/gethelpsitedetail', 'ApiAgentController@getHelpSiteDetail'); Route::get('/gethelpemka', 'ApiAgentController@getHelpEmka'); Route::get('/gethelpemkadetail', 'ApiAgentController@getHelpEmkaDetail'); Route::get('/orderwebsite', 'ApiAgentController@orderWebsite'); Route::get('/gettemplatedetail', 'ApiAgentController@getTemplateDetail'); Route::post('/orderbinggo', 'ApiAgentController@orderBinggo'); Route::post('/deleteorder', 'ApiAgentController@deleteOrder'); Route::post('/unpaidtoinactive', 'ApiAgentController@unpaidToInactive'); Route::get('/getdepositagent', 'ApiAgentController@getDepositAgent'); Route::post('/switch-income', 'ApiAgentController@switchingIncome'); Route::get('/getwithdrawrequest', 'ApiAgentController@getWithdrawRequest'); Route::post('/addwithdrawrequest', 'ApiAgentController@addWithdrawRequest'); // Emka Agent Route::post('client/emka-agent', 'ProductAgentController@clientemka'); //get api seoengine Route::get('/seoengine','SEOEngineController@api'); Route::post('/addorderbinggo', 'OrderBinggoController@addOrderApi'); Route::post('/client/emka','ProdukController@clientemka'); Route::get('/trial/emka','ProdukController@trialtoemka'); Route::get('/hargaemka','ProdukController@hargaemkaapi'); Route::get('/hargaemkaid/{id}','ProdukController@hargaemkaid'); Route::get('/promoemka/{kode}', 'ProdukController@promoemka'); Route::get('/paketemka','ProdukController@paketemkalist'); Route::get('/periodemkaid/{id}','ProdukController@periodemkaid'); Route::post('/login-binggo', 'ApiController@login'); Route::get('/emka-pricing', 'ApiTemplateController@getEmkaPricing');