Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jabis Sev贸n
/
gun-multiserver
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6c7cefe9
authored
2018-07-18 21:18:27 +0000
by
Glitch (hello-express)
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Checkpoint
./server.js:334152/1
1 parent
4f3e815d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server.js
server.js
View file @
6c7cefe
...
...
@@ -17,6 +17,6 @@ app.get('/', function(request, response) {
});
// listen for requests :)
var
listener
=
app
.
listen
(
process
.
env
.
PORT
,
function
()
{
var
listener
=
app
.
listen
(
process
.
env
.
PORT
,
function
()
{
console
.
log
(
'Your app is listening on port '
+
listener
.
address
().
port
);
});
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment