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