From 06f7d465bf9c82f2e2ccad3b18eb5f3727686476 Mon Sep 17 00:00:00 2001 From: darius Date: Tue, 25 Feb 2025 22:55:01 +0100 Subject: [PATCH] cors --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 88c7d1f..58036c2 100644 --- a/main.go +++ b/main.go @@ -43,6 +43,7 @@ func main() { }, AllowedHeaders: []string{"Authorization", "Content-Type", "*"}, AllowCredentials: true, + Debug: true, }) //init api routes