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
4f3e815d
authored
2018-06-29 19:22:21 +0000
by
Glitch (hello-express)
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Checkpoint
./server.js:334152/7
1 parent
0a230d37
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server.js
server.js
View file @
4f3e815
...
...
@@ -12,7 +12,7 @@ var app = express();
app
.
use
(
express
.
static
(
'public'
));
// http://expressjs.com/en/starter/basic-routing.html
app
.
get
(
"/"
,
function
(
request
,
response
)
{
app
.
get
(
'/'
,
function
(
request
,
response
)
{
response
.
sendFile
(
__dirname
+
'/views/index.html'
);
});
...
...
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