added permissive cors

This commit is contained in:
2023-12-17 15:53:26 +01:00
parent bbf11a826d
commit f76fba0b05
3 changed files with 5 additions and 0 deletions

1
go.mod
View File

@@ -7,6 +7,7 @@ require (
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
github.com/coreos/go-systemd/v22 v22.5.0
github.com/go-chi/chi/v5 v5.0.10
github.com/go-chi/cors v1.2.1
github.com/go-chi/render v1.0.3
github.com/jackc/pgx/v4 v4.18.1
github.com/sirupsen/logrus v1.9.3