Skip to content

Commit ad68315

Browse files
authored
Change Rest API difficulty from 7 to 8 to be consistent with the 2/5/8 numbering (#103)
1 parent f6398f5 commit ad68315

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,6 @@
186186
"prerequisites": [],
187187
"difficulty": 5
188188
},
189-
{
190-
"slug": "rest-api",
191-
"name": "REST API",
192-
"uuid": "51275817-1b95-48d9-b7ab-bbbf8720acb7",
193-
"practices": [],
194-
"prerequisites": [],
195-
"difficulty": 7
196-
},
197189
{
198190
"slug": "acronym",
199191
"name": "Acronym",
@@ -258,6 +250,14 @@
258250
"prerequisites": [],
259251
"difficulty": 8
260252
},
253+
{
254+
"slug": "rest-api",
255+
"name": "REST API",
256+
"uuid": "51275817-1b95-48d9-b7ab-bbbf8720acb7",
257+
"practices": [],
258+
"prerequisites": [],
259+
"difficulty": 8
260+
},
261261
{
262262
"slug": "roman-numerals",
263263
"name": "Roman Numerals",

0 commit comments

Comments
 (0)