@@ -35,6 +35,10 @@ func main() {
mainGroup := e.Group("/api")
mainGroup.OPTIONS("/*", func(c echo.Context) error {
return c.NoContent(http.StatusOK)
})
// Routes
mainGroup.GET("/*", checkAuth)
mainGroup.GET("/health", handler.Health)
The note is not visible to the blocked user.