Toggle navigation
Toggle navigation
This project
Loading...
Sign in
seungmin lee
/
OSS2020-2_Screensaver
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이민호
2020-12-09 20:42:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cd91a0a233eb2e36ae6e5d6a155a9790475b790b
cd91a0a2
1 parent
8b1a5305
fix error
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
screensaver/bin/www
screensaver/bin/www
View file @
cd91a0a
...
...
@@ -53,6 +53,12 @@ var port = normalizePort(process.env.PORT || "8080");
app
.
set
(
"port"
,
port
);
/**
* Create HTTP server.
*/
var
server
=
HTTPS
.
createServer
(
app
);
/**
* Listen on provided port, on all network interfaces.
*/
...
...
Please
register
or
login
to post a comment