fix: dont set cors

This commit is contained in:
Garionion 2023-12-29 12:24:49 +01:00
parent 975658f449
commit f404c44a89
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ func main() {
e := echo.New()
e.Use(middleware.CORS())
e.Use(middleware.Decompress())
e.Use(middleware.Logger())