mirror of
https://github.com/vbatts/imgsrv.git
synced 2025-07-06 00:58:30 +00:00
ZOMG, just ironed out the '/v/' page, to handle embedding video with
html5 tag
This commit is contained in:
parent
967daf48b2
commit
c62df15429
3 changed files with 47 additions and 11 deletions
|
@ -130,7 +130,6 @@ func routeViewsGET(w http.ResponseWriter, r *http.Request) {
|
|||
serverErr(w, r, err)
|
||||
return
|
||||
}
|
||||
file.SetIsImage()
|
||||
err = ImageViewPage(w, file)
|
||||
if err != nil {
|
||||
log.Printf("error: %s", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue