Adds CORS.

This commit is contained in:
2025-10-12 16:52:36 +00:00
parent 9d1abc3e90
commit 3a8488eaff
5 changed files with 126 additions and 33 deletions

2
go.mod
View File

@@ -6,3 +6,5 @@ require (
github.com/gorilla/mux v1.8.1
gopkg.in/yaml.v3 v3.0.1
)
require github.com/rs/cors v1.11.1 // indirect