mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-03-29 23:28:03 +00:00
10 lines
95 B
Go
10 lines
95 B
Go
package controller
|
|
|
|
import (
|
|
"github.com/gin-gonic/gin"
|
|
)
|
|
|
|
func GetImage(c *gin.Context) {
|
|
|
|
}
|