Cron Jobs, Reminder, Fonts, Members / Wizard / Price, Credit and Promotion
This commit is contained in:
parent
a0f4eda6ea
commit
6167273a48
204 changed files with 8746 additions and 215 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue