Files
zotero_dataserver-docker/zss/zss.psgi
Gabriele Facciolo 9f2d51be33 initial commit
2016-08-24 01:34:02 +02:00

12 lines
130 B
Perl

#!/usr/bin/perl
use strict;
use warnings;
use lib ('/srv/zotero/zss/');
use ZSS;
my $app = ZSS->new();
$app->psgi_callback();