preparing for try2 #mythical-man-month was right
This commit is contained in:
@@ -53,7 +53,7 @@ func main() {
|
||||
|
||||
// Serve landing page
|
||||
r.GET("/", func(c *gin.Context) {
|
||||
c.File("web/templates/accessible_landing.html")
|
||||
c.File("web/templates/optimized_landing.html")
|
||||
})
|
||||
|
||||
// Health check endpoint
|
||||
|
||||
Reference in New Issue
Block a user