Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
690e94d6050b1e7e832b7724078fdf3e3675b1f7
/
.
/
t
/
server
/
plugin.pl
blob: 97df0e8c53cf870367c5be8f19da231a7bc423d8 [
file
] [
log
] [
blame
]
use
Mojolicious
::
Lite
;
my
$base
=
app
->
home
->
child
(
'..'
,
'..'
);
push
@{
app
->
static
->
paths
},
$base
->
child
(
'dev'
);
app
->
start
;