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
··· 339 339 let app = app 340 340 .with( 341 341 Cors::new() 342 - .allow_origin("*") 342 + .allow_origin_regex("*") 343 343 .allow_methods([Method::GET]) 344 344 .allow_credentials(false), 345 345 )