Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
RIT_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박권수
2021-08-17 02:44:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b66754679520f3384e4182702d5742ae4df4c469
b6675467
1 parent
0656adb9
feat. login return value edit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/src/api/auth/auth.ctrl.js
server/src/api/auth/auth.ctrl.js
View file @
b667546
...
...
@@ -148,7 +148,7 @@ exports.login = async(ctx) => {
ctx
.
status
=
200
;
ctx
.
body
=
{
user
I
d
,
user
TypeCd
:
user
.
userTypeC
d
,
token
};
...
...
Please
register
or
login
to post a comment