We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f06702 commit 423c3d3Copy full SHA for 423c3d3
routes/browse_routes.py
@@ -7,7 +7,7 @@
7
# Map the course_name parameter to the corresponding course data using a dictionary
8
course_mapping = {
9
'Java': data.Java,
10
- 'C#': data.CSharp,
+ 'CSharp': data.CSharp,
11
'ReactJS': data.ReactJS,
12
'ML+AI': data.ML,
13
'JavaScript': data.JavaScript,
0 commit comments