Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김동진
/
HealthProtector
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-02 14:28:51 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
156efd50d95e1d20f2843f7f17a398653420b781
156efd50
1 parent
0a7e7426
heroku profile 생성
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
Procfile
main.js
Procfile
0 → 100644
View file @
156efd5
web: node main.js
\ No newline at end of file
main.js
View file @
156efd5
...
...
@@ -14,7 +14,7 @@ var app = http.createServer(function(request,response){
var
_url
=
request
.
url
;
var
queryData
=
url
.
parse
(
_url
,
true
).
query
;
var
pathname
=
url
.
parse
(
_url
,
true
).
pathname
;
if
(
pathname
===
'
/
'
){
if
(
pathname
===
'
*
'
){
if
(
queryData
.
id
===
undefined
){
home
.
home
(
request
,
response
);
}
...
...
Please
register
or
login
to post a comment