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 bd7a495 commit dd6cc22Copy full SHA for dd6cc22
backend/internal/router/route.go
@@ -81,6 +81,7 @@ func SetupRoutes(app *fiber.App) {
81
// Routes for courses
82
app.Get("/courses/:user_id", handlers.Courses)
83
app.Get("/course/:course_id", handlers.Course)
84
+ app.Get("/course/", handlers.Course)
85
app.Get("/modules/:course_id", handlers.Modules)
86
app.Get("/content/:content_id", handlers.Content)
87
app.Get("/all-content/:module_id", handlers.AllContent)
0 commit comments