leaderboardsgg / leaderboard-backend-go

GNU General Public License v3.0
37 stars 13 forks source link

Added simple cors to allow frontend integration #61

Closed CapitaineToinon closed 2 years ago

RageCage64 commented 2 years ago

Also, you'll have to run go mod tidy to fix the CI error.

TheTedder commented 2 years ago
* We should maybe consider switching to the [official Gin CORS middleware](https://github.com/gin-contrib/cors)

this seems like an obvious change to me