optimize sql by removing unused field, add indexes

This commit is contained in:
lowcarbdev
2026-05-01 18:33:29 -06:00
parent 3fef1925d6
commit 47626f0c7c
2 changed files with 6 additions and 9 deletions
+1
View File
@@ -73,6 +73,7 @@ func main() {
// Middleware
e.Use(middleware.Logger())
e.Use(middleware.Recover())
e.Use(middleware.GzipWithConfig(middleware.GzipConfig{Level: 5}))
// Use custom CORS middleware that properly handles credentials
e.Use(internal.CustomCORSMiddleware())