mirror of
https://github.com/trafficlunar/api.git
synced 2026-08-12 12:29:39 +00:00
fix: add cors
This commit is contained in:
parent
81b7889d39
commit
c0aa172c4b
3 changed files with 7 additions and 0 deletions
1
go.mod
1
go.mod
|
|
@ -5,6 +5,7 @@ go 1.23.1
|
|||
require (
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
github.com/go-chi/chi/v5 v5.1.0 // indirect
|
||||
github.com/go-chi/cors v1.2.1 // indirect
|
||||
github.com/go-chi/httprate v0.14.1 // indirect
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
github.com/lmittmann/tint v1.0.5 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue