Skip to content

Commit

Permalink
Fixed config.ru for proper rackup initialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
mewdriller authored and zanker committed May 3, 2012
1 parent efd664e commit 6216514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.ru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
$LOAD_PATH.unshift ::File.expand_path(::File.dirname(__FILE__) + "/lib")
require "trello/server"
require "github-trello/server"

use Rack::ShowExceptions
run TrelloService::Server.new
run GithubTrello::Server.new

0 comments on commit 6216514

Please sign in to comment.