Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

does this pass the wildcard through?

doesn't *really* matter, just want to reply star to clients please

Changed files
+1 -1
slingshot
src
+1 -1
slingshot/src/server.rs
···
let app = app
.with(
Cors::new()
-
.allow_origin("*")
+
.allow_origin_regex("*")
.allow_methods([Method::GET])
.allow_credentials(false),
)