feat: add TODO

This commit is contained in:
Project_IO 2025-03-19 16:42:56 +09:00
parent ad8acdbf15
commit 7d16707a28

View file

@ -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()