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