Skip to content
Snippets Groups Projects
Commit 17255e1e authored by Brett Bieber's avatar Brett Bieber
Browse files

Rewire route, use Homepage instead of WelcomeScreen

parent 799e19cd
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
* Map of regular expressions which map to models the controller will construct
*/
$routes = array();
$routes['/^$/'] = 'UNL\Catalog\WelcomeScreen';
$routes['/^$/'] = 'UNL\Catalog\Homepage';
// Commonly used regular expressions
$base = 'courses';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment