Skip to content

Commit d0c350e

Browse files
author
joeltaylor
committed
Remove staging baseURL
1 parent bd8cea5 commit d0c350e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var env = process.env.NODE_ENV;
33
if (env === 'production') {
44
baseURL = "https://www.javascript.com/";
55
}else if(env === 'staging'){
6-
baseURL = "http://javascript.preschool.io/";
6+
baseURL = "";
77
}else{
88
baseURL = "http://localhost:3000/";
99
}

0 commit comments

Comments
 (0)