Skip to content

Commit

Permalink
modif all#8
Browse files Browse the repository at this point in the history
  • Loading branch information
surya432 committed Jun 10, 2019
1 parent d639cfb commit d568c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

Route::get('/backup/dramasqq', ['as' => 'backup', 'uses' => 'BackupController@index']);
Route::post('/gmail/update', ['as' => 'gmailPostUpdate', 'uses' => 'GmailController@Post']);
Route::post('/gmail/deletegd', ['as' => 'gmailPostUpdate', 'uses' => 'GmailController@deletegdFromDB']);
Route::get('/gmail/deletegd', ['as' => 'gmailPostUpdate', 'uses' => 'GmailController@deletegdFromDB']);

Route::group(['middleware' => ['web']], function () {
Route::post('/admin/logout', ['as' => 'logout', 'uses' => 'LoginController@logout']);
Expand Down

0 comments on commit d568c48

Please sign in to comment.