Compare commits

..

1 Commits

Author SHA1 Message Date
httpjamesm e3d60d4d3e feat: allow stackoverflow.com/q/ in posthome 2023-09-28 13:53:34 -04:00
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
package config
var Version = "1.10.1"
var Version = "1.10.0"
-1
View File
@@ -51,7 +51,6 @@ func main() {
r.POST("/", routes.PostHome)
r.GET("/a/:id", routes.RedirectShortenedOverflowURL)
r.GET("/q/:id", routes.RedirectShortenedOverflowURL)
r.GET("/questions/:id", func(c *gin.Context) {
// redirect user to the question with the title