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
4983d9eb
authored
2018-10-15 15:28:02 +0000
by
Glitch (hello-express)
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Checkpoint
./server.js:728660/16
1 parent
29d00e65
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
server.js
server.js
View file @
4983d9e
...
...
@@ -2,8 +2,8 @@
// where your node app starts
// init project
var
express
=
require
(
'express'
);
var
app
=
express
();
const
express
=
require
(
'express'
);
const
app
=
express
();
// we've started you off with Express,
// but feel free to use whatever libs or frameworks you'd like through `package.json`.
...
...
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