parent
7b598a9bba
commit
f667873cba
2 changed files with 22 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||||
|
package MJB::Web::Controller::Root; |
||||||
|
use Mojo::Base 'Mojolicious::Controller', -signatures; |
||||||
|
use Try::Tiny; |
||||||
|
use DateTime; |
||||||
|
|
||||||
|
sub index ( $c ) { } |
||||||
|
|
||||||
|
sub about ( $c ) { } |
||||||
|
|
||||||
|
sub pricing ( $c ) { } |
||||||
|
|
||||||
|
sub contact ( $c ) { } |
||||||
|
|
||||||
|
1; |
||||||
Loading…
Reference in new issue