diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-03-18 18:41:31 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-03-18 18:41:31 +0100 |
| commit | 5540780e9011d2385a0226f4e22fe73c0bc92798 (patch) | |
| tree | 2cf808350607f3be2b8e10d4ad942f6fc4db6aa4 /public/dispatch.cgi | |
| download | dancer-rest-5540780e9011d2385a0226f4e22fe73c0bc92798.tar.gz | |
initial import
Diffstat (limited to 'public/dispatch.cgi')
| -rwxr-xr-x | public/dispatch.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/dispatch.cgi b/public/dispatch.cgi new file mode 100755 index 0000000..85eb1db --- /dev/null +++ b/public/dispatch.cgi @@ -0,0 +1,3 @@ +#!/home/franck/local/bin/perl +use Plack::Runner; +Plack::Runner->run('/home/franck/tmp/dancerREST/app.psgi'); |
