feat: add TODO
This commit is contained in:
parent
ad8acdbf15
commit
7d16707a28
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ func authentication(group *gin.RouterGroup) {
|
|||
ctx.Status(200)
|
||||
})
|
||||
|
||||
// TODO: change to middleware soon
|
||||
group.GET("/check", func(ctx *gin.Context) {
|
||||
auth := service.NewAuthService()
|
||||
username, password, ok := ctx.Request.BasicAuth()
|
||||
|
|
Loading…
Reference in a new issue