fix(api): add CORS headers to allow cross-origin requests from Tauri desktop app

This commit is contained in:
2026-07-16 14:21:15 -04:00
parent 3bc8f9721e
commit e76f755abb
3 changed files with 15 additions and 1 deletions
+1
View File
@@ -49,6 +49,7 @@ require (
github.com/fsnotify/fsnotify v1.10.1 // indirect
github.com/fxamacker/cbor/v2 v2.9.2 // indirect
github.com/gammazero/deque v1.2.1 // indirect
github.com/go-chi/cors v1.2.2 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect