Skip to content

Commit d01845c

Browse files
committed
1 parent 6bb2442 commit d01845c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web.coffee

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ postgres = (cb) ->
1414
client.connect (err) -> cb err, client
1515

1616
app = stdweb("force-cli")
17+
oldHomePage = "res.render 'index.jade'"
1718

1819
app.use express.static("#{__dirname}/public")
1920

2021
app.get "/", (req, res) ->
21-
res.render "index.jade"
22+
res.redirect("https://developer.salesforce.com/tools/forcecli")
2223

2324
app.get "/auth/soaplogin", (req, res) ->
2425
try

0 commit comments

Comments
 (0)