Skip to content

Commit

Permalink
google login test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpirih committed Nov 26, 2016
1 parent 6e35643 commit 79a984c
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 46 deletions.
123 changes: 77 additions & 46 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/Http/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
Route::post('objava/{id}/comment', ['uses' => 'PostController@saveComment', 'as' => 'save_comment']);
Route::get('objava/{id}/update', ['uses' => 'PostController@editPost', 'as' => 'edit_post']);
Route::post('objava/{id}/update', ['uses' => 'PostController@updatePost', 'as' => 'update_post']);
Route::get('login', ['uses' => 'AuthController@redirectToProvider']);

});

0 comments on commit 79a984c

Please sign in to comment.