Skip to content

Commit

Permalink
fix require in config.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmagana committed Mar 24, 2013
1 parent 41798bc commit af7858e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
require 'faceboku'
require './faceboku'

run Sinatra::Application

0 comments on commit af7858e

Please sign in to comment.