Support i.stack.imgur.com (#61)

This commit is contained in:
video-prize-ranch
2022-09-30 16:17:24 -04:00
parent b8d54dede6
commit f1c058cbfc
2 changed files with 6 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ func main() {
app.Get("/privacy", pages.HandlePrivacy)
app.Get("/:postID.gifv", pages.HandleGifv)
app.Get("/:baseName.:extension", pages.HandleMedia)
app.Get("/stack/:baseName.:extension", pages.HandleMedia)
app.Get("/:postID", pages.HandlePost)
app.Get("/:postID/embed", pages.HandleEmbed)
app.Get("/a/:postID", pages.HandlePost)