@@ -24,7 +24,7 @@ |
||
| 24 | 24 | |
| 25 | 25 | // HTTP routing |
| 26 | 26 | if (strpos($this->app->version(), 'Lumen') !== false) { |
| 27 | - $this->app->get('captcha[/{config}]', 'Mews\Captcha\LumenCaptchaController@getCaptcha'); |
|
| 27 | + $this->app->get('captcha[/{config}]', 'Mews\Captcha\LumenCaptchaController@getCaptcha'); |
|
| 28 | 28 | } else { |
| 29 | 29 | $this->app['router']->get('captcha/{config?}', '\Mews\Captcha\CaptchaController@getCaptcha'); |
| 30 | 30 | } |