Skip to content

Commit

Permalink
Merge branch 'mheap-JOINDIN-625-web1-talk-url'
Browse files Browse the repository at this point in the history
JOINDIN-625 #close Fixed.
  • Loading branch information
akrabat committed Oct 30, 2015
2 parents 11c994f + 1497665 commit 6d23f5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/Talk/TalkController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ protected function defineRoutes(\Slim\Slim $app)
$app->get('/:talkId', array($this, 'quickById'))
->name('talk-quick-by-id')
->conditions(array('talkId' => '\d+'));
$app->get('/talk/view/:talkId', array($this, 'quickById'))
->name('talk-by-id-web1')
->conditions(array('talkId' => '\d+'));
}

public function index($eventSlug, $talkSlug)
Expand Down

0 comments on commit 6d23f5b

Please sign in to comment.