Skip to content

Commit

Permalink
chore: testing how to break stuff in a demo. sick!
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Jun 24, 2020
1 parent 1ed57e5 commit 1c1a74e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions routes/auth.php
@@ -1,8 +1,8 @@
<?php

// Password reset
$router->post('/passwordreset', 'PasswordResetController@store');
$router->post('/passwordreset/confirm', 'PasswordResetController@confirm');
// $router->post('/passwordreset', 'PasswordResetController@store');
// $router->post('/passwordreset/confirm', 'PasswordResetController@confirm');

// Register
$router->post('/register', 'RegisterController@store');
// $router->post('/register', 'RegisterController@store');

0 comments on commit 1c1a74e

Please sign in to comment.