Skip to content

Commit 423c3d3

Browse files
committed
minor fix
1 parent 6f06702 commit 423c3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/browse_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Map the course_name parameter to the corresponding course data using a dictionary
88
course_mapping = {
99
'Java': data.Java,
10-
'C#': data.CSharp,
10+
'CSharp': data.CSharp,
1111
'ReactJS': data.ReactJS,
1212
'ML+AI': data.ML,
1313
'JavaScript': data.JavaScript,

0 commit comments

Comments
 (0)