Skip to content
Snippets Groups Projects
Commit 336cf701 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

First attempt at detail view

parent 13cda392
No related branches found
No related tags found
No related merge requests found
...@@ -482,7 +482,6 @@ func main() { ...@@ -482,7 +482,6 @@ func main() {
imageServer.ServeHTTP(w, r) imageServer.ServeHTTP(w, r)
} }
}) })
http.Handle("/i/", http.StripPrefix("/i/", imageServer))
err = http.ListenAndServe(":8080", nil) err = http.ListenAndServe(":8080", nil)
if err != nil { if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment