9 lines
94 B
Go
9 lines
94 B
Go
package auth
|
|
|
|
import (
|
|
"github.com/gin-gonic/gin"
|
|
)
|
|
|
|
func ApiHandler(r *gin.RouterGroup) {
|
|
}
|