This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
imagini/routes/media_items.go

10 lines
133 B
Go
Raw Normal View History

2021-01-10 00:44:02 +00:00
package routes
import (
"net/http"
)
2021-01-12 04:48:32 +00:00
func (ctx *ImaginiContext) mediaItemsHandler(w http.ResponseWriter, r *http.Request) {
2021-01-10 00:44:02 +00:00
}