Skip to content

Commit

Permalink
Fix for issue #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Huludini committed Feb 25, 2016
1 parent 19d04dc commit 845b4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
Route::get( 'donate', ['as' => 'donate.index', 'uses' => 'Front\DonateController@getIndex'] );
Route::post( 'donate/paypal', 'Front\DonateController@postPaypalSubmit' );
Route::get( 'donate/paypal/complete', 'Front\DonateController@postPayPalComplete' );
Route::post( 'donate/paymentwall', 'Front\DonateController@postPaymentwall' );
Route::get( 'donate/paymentwall', 'Front\DonateController@postPaymentwall' );

/* Vote */
Route::get( 'vote', ['as' => 'vote.index', 'uses' => 'Front\VoteController@getIndex'] );
Expand Down

0 comments on commit 845b4be

Please sign in to comment.