mikelbring / tinyissue

Simple Issue Tracking for Teams
MIT License
769 stars 204 forks source link

Error route #200

Closed ekweb closed 3 years ago

ekweb commented 10 years ago

Define the path as

Route::get('/products/{id}_{alias}_item', array('uses' => 'CatalogController@productsItem'));

Request http://stie.com//products/123_teststring_item return status 200 OK Request http://stie.com//products/123_test_string_item return NotFoundHttpException