From 497549300ce8231f5b25c93a4f95aeb35baad027 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 13 May 2015 13:43:16 +0200 Subject: Password reminders start --- src/routes.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/routes.php') diff --git a/src/routes.php b/src/routes.php index 13b73da..8ec4e38 100644 --- a/src/routes.php +++ b/src/routes.php @@ -21,6 +21,9 @@ Route::group(array('https'), function() { Route::resource('user', 'CamilStaps\BotleaguesApi\UserController', ['only' => ['index','show','store']]); + Route::resource('password_reminder', 'CamilStaps\BotleaguesApi\PasswordReminderController', + ['only' => ['store']]); + }); Route::api(['version' => 'v1', 'protected' => true, 'providers' => 'basic'], function () { -- cgit v1.2.3