add files
|
1 |
package Perltweet::API; |
2 |
use Mojo::Base 'Mojolicious::Controller'; |
|
3 |
use utf8; |
|
4 | ||
5 |
has 'cntl'; |
|
6 | ||
7 |
sub app { shift->cntl->app } |
|
8 | ||
9 |
1; |