Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Mar 26, 2014
1 parent cf3b10e commit d856995
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/server/router.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// XXX: change this to www.
var V2_URL = 'http://beta.atmospherejs.com';
var V2_URL = 'http://atmospherejs.com';

var redirectTo = function(path) {
return [301, {Location: V2_URL + path}, ''];
Expand Down

0 comments on commit d856995

Please sign in to comment.