Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강희주
/
Music_Recommendation_Website
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
진재영
2022-06-09 05:34:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
438f6427b761f16c95733e83b03f20eb99b29eca
438f6427
1 parent
a72911ec
main.js added
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
main_/main.js
main_/main.js
View file @
438f642
...
...
@@ -130,8 +130,3 @@ app.listen(3000, function() {
});
//로그인 로그아웃 여부
const
authInfo
=
(
req
)
=>
{
if
(
req
.
user
)
return
`
${
user
.
name
}
| <a href="/logout">로그아웃</a>`
;
return
`<a href="/login">login</a>`
;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment