Skip to content

Commit 46744f4

Browse files
authored
Keep Rest-API (for now) as core
Yes or no? Not quite sure. I'd expect it's better as a side exercise, but I had no good reason so I kept it for now, nearly to the end of the track.
1 parent 87e71e9 commit 46744f4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

config.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,17 @@
210210
"parsing"
211211
]
212212
},
213+
{
214+
"slug": "rest-api",
215+
"uuid": "2abe6eed-c7e4-4ad7-91e3-778bc5176726",
216+
"core": true,
217+
"unlocked_by": null,
218+
"difficulty": 8,
219+
"topics": [
220+
"parsing",
221+
"strings"
222+
]
223+
},
213224
{
214225
"slug": "book-store",
215226
"uuid": "4899b2ef-675f-4d14-b68a-1a457de91276",
@@ -1379,17 +1390,6 @@
13791390
"strings"
13801391
]
13811392
},
1382-
{
1383-
"slug": "rest-api",
1384-
"uuid": "2abe6eed-c7e4-4ad7-91e3-778bc5176726",
1385-
"core": true,
1386-
"unlocked_by": null,
1387-
"difficulty": 8,
1388-
"topics": [
1389-
"parsing",
1390-
"strings"
1391-
]
1392-
},
13931393
{
13941394
"slug": "affine-cipher",
13951395
"uuid": "02bf6783-fc74-47e9-854f-44d22eb1b6f8",

0 commit comments

Comments
 (0)