dev stock stragety
This commit is contained in:
8
internal/logic/auth/login.go
Normal file
8
internal/logic/auth/login.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package auth
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func Login(c *gin.Context) {
|
||||
}
|
||||
Reference in New Issue
Block a user