This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
brett-is-api
mirror of
https://github.com/brettlangdon/brett-is-api.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
try to grab PORT as env variable
master
Brett Langdon
13 years ago
parent
d407ab1363
commit
7695c70b57
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/index.js
+ 1
- 1
lib/index.js
View File
@ -30,4 +30,4 @@ server.get('/', function(req, res){
return
res
.
end
(
JSON
.
stringify
(
answer
)
)
;
}
)
;
server
.
listen
(
900
0
)
;
server
.
listen
(
process
.
env
.
PORT
||
808
0
)
;
Write
Preview
Loading…
Cancel
Save