Oops
This commit is contained in:
10
api/resize.go
Normal file
10
api/resize.go
Normal file
@ -0,0 +1,10 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"atri.dad/lib"
|
||||
"github.com/labstack/echo/v4"
|
||||
)
|
||||
|
||||
func ResizeHandler(c echo.Context) error {
|
||||
return lib.ResizeImg(c)
|
||||
}
|
Reference in New Issue
Block a user