Merge branch 'master' into old-engine

This commit is contained in:
nikk gitanes
2023-03-25 18:05:14 +03:00
3 changed files with 1 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ func SetupRoute(r *gin.RouterGroup) {
}
c.Data(200, "text/html; charset=UTF-8", append(b, "</head>\n<body></body>\n</html>"...))
default:
c.AbortWithStatus(400)
c.AbortWithStatus(404)
}
})
r.GET("/msx/imdb", func(c *gin.Context) {

Binary file not shown.

Binary file not shown.