Skip to content

Commit

Permalink
added config to run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshan Perera committed Jul 31, 2010
1 parent ff60594 commit 80fcaf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.ru
@@ -0,0 +1,3 @@
run lambda { |env| [200, { 'Content-Type' => 'text/html'},
File.open('stickylist.html', File::RDONLY)] }

0 comments on commit 80fcaf1

Please sign in to comment.