tokenFactory/controller/image.go

10 lines
95 B
Go

package controller
import (
"github.com/gin-gonic/gin"
)
func GetImage(c *gin.Context) {
}