Skip to content

Commit e411da0

Browse files
author
joeltaylor
committed
Commit to update saturn
1 parent a4cd45e commit e411da0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ var favicon = require('serve-favicon');
44
var logger = require('morgan');
55

66
// Set baseURL depending on enviornment
7+
78
var env = process.env.NODE_ENV;
89
if (env === 'production') {
910
baseURL = "https://javascript.com/";

0 commit comments

Comments
 (0)