package routes import ( "net/http" ) func (ctx *ImaginiContext) uploadHandler(w http.ResponseWriter, r *http.Request) { }