Added the project's files to the repo
This commit is contained in:
8
app/routes.php
Executable file
8
app/routes.php
Executable file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
// Home view(s)
|
||||
require 'routes/home.php';
|
||||
require 'routes/about.php';
|
||||
require 'routes/shows.php';
|
||||
require 'routes/music.php';
|
||||
require 'routes/contact.php';
|
Reference in New Issue
Block a user