Skip to content

Commit fa49ff2

Browse files
feat: add study feature routes to main application
1 parent abd7e3a commit fa49ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ func main() {
2525
routes.RecommendationRoutes(r)
2626
routes.ClassroomRoutesStudent(r)
2727
routes.ClassroomRoutesTeacher(r)
28+
routes.StudyfeatRoutes(r)
2829

2930
port := "8080"
3031

0 commit comments

Comments
 (0)