Skip to content

Commit

Permalink
fix: add session route method
Browse files Browse the repository at this point in the history
  • Loading branch information
ironman0x7b2 committed Jan 20, 2025
1 parent 24ad425 commit 5de4f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/session/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import (
)

func RegisterRoutes(ctx *context.Context, r gin.IRouter) {
r.GET("/sessions/:id", HandlerAddSession(ctx))
r.POST("/sessions/:id", HandlerAddSession(ctx))
}

0 comments on commit 5de4f33

Please sign in to comment.