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

Configure Feed

Select the types of activity you want to include in your feed.

does this pass the wildcard through?

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

phil 8e74aecf 6b45c16c

+1 -1
+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 )