Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
4d9e939ee7314027609956011fe30920f46e62e6
/
.
/
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
;