change ports

This commit is contained in:
lowcarbdev
2026-02-28 22:52:37 -07:00
parent 69253e174d
commit d6d0b07b50
17 changed files with 28 additions and 22 deletions
+2 -1
View File
@@ -11,8 +11,9 @@ import (
func CustomCORSMiddleware() echo.MiddlewareFunc {
allowedOrigins := map[string]bool{
"http://localhost:5173": true,
"http://localhost:5175": true,
"http://localhost:3000": true,
"http://localhost:8081": true,
"http://localhost:8085": true,
}
return func(next echo.HandlerFunc) echo.HandlerFunc {