feat(backend): add cors

This commit is contained in:
Sam 2023-04-13 23:33:48 +02:00
parent 041913675b
commit a9463896d4
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
3 changed files with 13 additions and 0 deletions

1
go.mod
View file

@ -30,6 +30,7 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-chi/cors v1.2.1 // indirect
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.3.0 // indirect