Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오윤석
/
maplespec.ga
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
4
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오윤석
2020-06-21 17:18:36 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
ca532ff490168a0fcdc9b071b961a1338d9cad4b
ca532ff4
2 parents
8d712d44
849492b0
Merge branch 'release'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
app/node/routes/character.js
app/node/routes/character.js
View file @
ca532ff
...
...
@@ -68,6 +68,12 @@ module.exports = {
}
};
if
(
result
.
analysis
.
default
.
stats
.
major
.
pure
==
null
)
{
// 데이터를 받아오지 못해 분석 실패
res
.
status
(
502
).
send
();
return
;
}
console
.
log
(
JSON
.
stringify
(
result
));
res
.
send
(
result
);
}
...
...
Please
register
or
login
to post a comment