fix: allow cross site access

This commit is contained in:
DJMrTV 2025-06-06 11:53:23 +02:00
commit c03a1499c8
3 changed files with 47 additions and 5 deletions

View file

@ -38,6 +38,7 @@ mii = { path = "./mii" }
crc32fast = "1.4.2"
gxhash = "3.4.1"
sentry = "0.38.0"
rocket_cors = "0.6.0"
juniper = { version = "0.16.1", features = ["chrono"] }
juniper_rocket = "0.9.0"