Toggle navigation
Toggle navigation
This project
Loading...
Sign in
고다경
/
Open_Source_project
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
김태희
2019-06-06 01:05:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e9af6647f0a2edade21ddd8cf2a7ae19b17f2776
e9af6647
1 parent
59ac269b
loginroutes modified
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
routes/loginroutes.js
routes/loginroutes.js
View file @
e9af664
...
...
@@ -2,9 +2,9 @@ exports.register = function (req, res) {
// console.log("req", req.body);
var
today
=
new
Date
();
var
users
=
{
"
first_name"
:
req
.
body
.
first_name
,
"
last_name"
:
req
.
body
.
last_name
,
"
email"
:
req
.
body
.
email
,
"
UserNo"
:
req
.
body
.
UserNo
,
"
UserID"
:
req
.
body
.
UserID
,
"
UserPw"
:
req
.
body
.
UserPw
,
"password"
:
req
.
body
.
password
,
"created"
:
today
,
"modified"
:
today
...
...
Please
register
or
login
to post a comment