Skip to content

Commit 7f61151

Browse files
Update browse_routes.py
1 parent 425aadc commit 7f61151

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.C,
10+
'C++': data.cplusplus,
1111
'ReactJS': data.ReactJS,
1212
'ML+AI': data.ML,
1313
'JavaScript': data.JavaScript,

0 commit comments

Comments
 (0)