Cron Jobs, Reminder, Fonts, Members / Wizard / Price, Credit and Promotion

This commit is contained in:
Kevin Adametz 2023-01-25 12:42:41 +01:00
parent a0f4eda6ea
commit 6167273a48
204 changed files with 8746 additions and 215 deletions

View file

@ -31,9 +31,10 @@ Route::group([
'prefix' => 'auth'
], function () {
Route::post('login', 'Api\AuthController@login');
//Route::post('signup', 'Api\AuthController@signup');
Route::group([
//Route::post('signup', 'Api\AuthController@signup');
Route::get('test', 'Api\AuthController@test');
Route::group([
'middleware' => 'auth:api'
], function() {
Route::post('logout', 'Api\AuthController@logout');