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