Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
1
Star
1
Fork
0
deepthawtz
/
inquisition
Code
Issues
0
Pull requests
0
Projects
0
Insights
Permalink
Browse files
fix path to app
Loading branch information
...
deepthawtz
committed
Feb 26, 2011
1 parent
b8f25b7
commit
a7a1ba4ba97e4cf97f74daa37c6f36229b28c377
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
config.ru
Show comments
View
2
config.ru
@@ -5,6 +5,6 @@ set :env, :production
set
:port
,
4567
disable
:run
,
:reload
-
require
"
app
"
+
require
"
./
app
"
run
Sinatra
::
Application
Toggle all file notes
0 comments on commit
a7a1ba4
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
0 comments on commit
a7a1ba4