Toggle navigation
Toggle navigation
This project
Loading...
Sign in
허연우
/
FindMe.GG
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-11-24 00:08:32 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
00bc70de63c1f6a7f39bf1406053bd5cc3ee0e4b
00bc70de
1 parent
ad8b3ddf
Fix syntax error in Test.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
RUTROLL/router/Test.js
RUTROLL/router/Test.js
View file @
00bc70d
...
...
@@ -134,10 +134,10 @@ var summonerLevel; //소환사 레벨
}
}
const
defaultMMR
=
[
{
"mmr"
:
900
,
"tier"
:
"iron"
,
"rank"
:
4
}
{
"mmr"
:
950
,
"tier"
:
"iron"
,
"rank"
:
3
}
{
"mmr"
:
1000
,
"tier"
:
"iron"
,
"rank"
:
2
}
{
"mmr"
:
1050
,
"tier"
:
"iron"
,
"rank"
:
1
}
{
"mmr"
:
900
,
"tier"
:
"iron"
,
"rank"
:
4
}
,
{
"mmr"
:
950
,
"tier"
:
"iron"
,
"rank"
:
3
}
,
{
"mmr"
:
1000
,
"tier"
:
"iron"
,
"rank"
:
2
}
,
{
"mmr"
:
1050
,
"tier"
:
"iron"
,
"rank"
:
1
}
,
{
"mmr"
:
1100
,
"tier"
:
"bronze"
,
"rank"
:
4
},
{
"mmr"
:
1150
,
"tier"
:
"bronze"
,
"rank"
:
3
},
{
"mmr"
:
1200
,
"tier"
:
"bronze"
,
"rank"
:
2
},
...
...
@@ -162,6 +162,8 @@ var summonerLevel; //소환사 레벨
{
"mmr"
:
2700
,
"tier"
:
"challenger"
,
"rank"
:
1
},
]
res
.
render
(
'index'
,
{
title
:
req
.
params
.
username
,
c_id
:
champ_id
,
c_name
:
champ_name
,
...
...
Please
register
or
login
to post a comment