This commit is contained in:
Kevin Adametz 2022-06-15 18:08:45 +02:00
parent 9b0b5feb7e
commit 7a040c3e19
106 changed files with 4074 additions and 1349 deletions

View file

@ -25,6 +25,7 @@ Route::get('/payment/status', 'Api\PayoneController@paymentStatus')->name('api.p
Route::post('/payment/status', 'Api\PayoneController@paymentStatus')->name('api.payment_status');
//Route::post('login', 'Api\AuthController@login');
Route::get('/google/merchant/feed', 'Api\GoogleMerchantController@feed')->name('api.google_merchant_feed');
Route::group([